Class DefaultExponentialCoolingSchedule
java.lang.Object
repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
- All Implemented Interfaces:
CoolingSchedule
-
Field Summary
Modifier and TypeFieldDescriptionprotected double
static final double
protected double
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_COOLING_RATE
public static final double DEFAULT_COOLING_RATE- See Also:
-
temp
protected double temp -
coolingRate
protected double coolingRate
-
-
Constructor Details
-
DefaultExponentialCoolingSchedule
public DefaultExponentialCoolingSchedule()
-
-
Method Details
-
init
public double init(double initialTemp) - Specified by:
init
in interfaceCoolingSchedule
-
cool
public double cool()- Specified by:
cool
in interfaceCoolingSchedule
-