neurop.Backend.SimulatedAnnealingBackend

class neurop.Backend.SimulatedAnnealingBackend(temperatures)

Bases: BaseBackend

A software simulation of annealing to minimize QUBO problems.

__init__(temperatures) None

Methods

__init__(temperatures)

modQ(Q)

run(model, **kwargs)

Run the given model with the given optional arguments

run_qubo(Q, x_init)

supports_model(model)

run(model: BaseModel, **kwargs)

Run the given model with the given optional arguments