You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the OptimizationSolver, I want to chose a linear or exponetial annealing schedule (user only provides decay parameter not time series) to control the exploration-explotation trade-off of the search algorithms across runtime.
Conditions of Satisfaction
User can pass a time series to the solver which defines the temperature schedule.
The annealing schedule affects the temperature parameter value on the NEBM neuron model during runtime at the timesteps specified by the time series.
The annealing schedule affects the noise amplitude for the SCIF neuron model during runtime at the timesteps specified by the time series.
The temperature schedule works for both Loihi 2 and CPU backends
Acceptance Tests
Solver offers an API to receive input timeseries as annealing schedule.
Temperature value of the NEBM neuron model follows the annealing schedule through time.
Noise amplitude of the SCIF neuron model follows the annealing schedule through time.
GaboFGuerra
changed the title
Allow user to define an annealing schedule for solving QUBO problems.
Allow user to chose an annealing schedule for solving QUBO problems.
Jan 19, 2023
GaboFGuerra
changed the title
Allow user to chose an annealing schedule for solving QUBO problems.
Choice of annealing schedule for solving QUBO problems.
Jan 20, 2023
GaboFGuerra
changed the title
Choice of annealing schedule for solving QUBO problems.
Annealing schedule for solving QUBO problems.
Jan 20, 2023
GaboFGuerra
changed the title
Annealing schedule for solving QUBO problems.
Multibackend annealing schedule for solving QUBO problems.
Jan 24, 2023
GaboFGuerra
changed the title
Multibackend annealing schedule for solving QUBO problems.
Multi-backend annealing schedule for solving QUBO problems.
Jan 24, 2023
User Story
As a user of the OptimizationSolver, I want to chose a linear or exponetial annealing schedule (user only provides decay parameter not time series) to control the exploration-explotation trade-off of the search algorithms across runtime.
Conditions of Satisfaction
Acceptance Tests
Tasks
Lava version:
I'm submitting a ...
Other information:
The text was updated successfully, but these errors were encountered: