See: Description
Interface | Description |
---|---|
CoolingSchedule |
The
CoolingSchedule for the SimulatedAnnealing . |
Class | Description |
---|---|
CoolingScheduleDefault |
The default cooling schedule is the
CoolingScheduleLinear . |
CoolingScheduleExponential | |
CoolingScheduleHyperbolic | |
CoolingScheduleLinear | |
CoolingScheduleModule |
Abstract class for modules that bind to the
CoolingSchedule
interface. |
CoolingSchedulesModule |
This module provides several common
CoolingSchedule s for the
SimulatedAnnealing . |
SimulatedAnnealing |
The
SimulatedAnnealing is a standard implementation of the
optimization heuristic. |
SimulatedAnnealingModule |
This module binds the
SimulatedAnnealing optimizer. |
Enum | Description |
---|---|
CoolingSchedulesModule.Type |
Type of
CoolingSchedule to use. |