neurop.Backend.SimulatedAnnealingBackend¶
- class neurop.Backend.SimulatedAnnealingBackend(temperatures)¶
Bases:
BaseBackendA 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)