Package org.opt4j.optimizer.sa
package org.opt4j.optimizer.sa
Provides classes for the simulated annealing optimization algorithm.
-
ClassDescriptionThe
CoolingSchedule
for theSimulatedAnnealing
.The default cooling schedule is theCoolingScheduleLinear
.Abstract class for modules that bind to theCoolingSchedule
interface.This module provides several commonCoolingSchedule
s for theSimulatedAnnealing
.Type ofCoolingSchedule
to use.TheSimulatedAnnealing
is a standard implementation of the optimization heuristic.This module binds theSimulatedAnnealing
optimizer.