public class FixedTemperatureSchedule extends java.lang.Object implements TemperatureSchedule
Modifier and Type | Field and Description |
---|---|
int |
nTemperatures |
Constructor and Description |
---|
FixedTemperatureSchedule() |
Modifier and Type | Method and Description |
---|---|
double |
nextTemperature(bayonet.smc.ParticlePopulation<SampledModel> population,
double temperature,
double maxAnnealingParameter) |
public double nextTemperature(bayonet.smc.ParticlePopulation<SampledModel> population, double temperature, double maxAnnealingParameter)
nextTemperature
in interface TemperatureSchedule