Client

Client classes and functions

Clients

amplify.BaseClient

Base class of all clients in the Amplify SDK

amplify.AmplifyAEClient

Client of the Amplify Annealing Engine.

amplify.FixstarsClient

Client for Fixstars Amplify Annealing Engine (Amplify AE) v0, a QUBO solver that runs simulated annealing on GPUs.

amplify.DWaveSamplerClient

amplify.LeapHybridSamplerClient

amplify.LeapHybridCQMSamplerClient

amplify.FujitsuDA4Client

Client for the Fujitsu Digital Annealer DA4 solver.

amplify.FujitsuDA3cClient

Client for the Fujitsu Digital Annealer DA3c solver.

amplify.ToshibaSQBM2Client

Client for TOSHIBA SQBM+, a solver that runs the Simulated Bifurcation Machine algorithm.

amplify.GurobiClient

Client for the Gurobi Optimizer, a mathematical programming solver.

amplify.HitachiClient

Client for Hitachi Annealing Cloud Web, a CMOS annealing machine whose variables sit on a King's graph.

Class

amplify.AcceptableDegrees

Container of acceptable polynomial degrees by variable type for objective and constraints.

Enum

amplify.Degree

Polynomial degree enumeration.

amplify.ObjectiveFormat

Format of the objective function that a client sends to a solver.