Package org.opt4j.optimizer.sa
package org.opt4j.optimizer.sa
Provides classes for the simulated annealing optimization algorithm.
-
ClassDescriptionThe
CoolingSchedulefor theSimulatedAnnealing.The default cooling schedule is theCoolingScheduleLinear.Abstract class for modules that bind to theCoolingScheduleinterface.This module provides several commonCoolingSchedules for theSimulatedAnnealing.Type ofCoolingScheduleto use.TheSimulatedAnnealingis a standard implementation of the optimization heuristic.This module binds theSimulatedAnnealingoptimizer.