Code Recipes
FMQA

FMQA (Fixstars Amplify)

Updated: 05/20/2026fmqaamplifyfixstarsannealingqubo

Description

Factorization Machine + quantum-inspired annealing baseline using Fixstars amplify-bbopt — an FMQA implementation.

  • Algorithm: fits an FM surrogate on observed (x, y) pairs each iteration and proposes the next candidate via the Fixstars Amplify cloud annealer.
  • Good for: binary / categorical / mixed-integer combinatorial spaces (QUBO-like structure).
  • Dependencies: amplify, amplify-bbopt.

Code

Loading editor…