Package | Description |
---|---|
scratch.scott.optimization |
Provides a set of general optimization algorithms that can be used towards network problems.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSimulatedAnnealer.TestConfiguration |
Modifier and Type | Method and Description |
---|---|
Configuration |
SimulatedAnnealer.getBestConfiguration()
Returns the best solution found so far.
|
Configuration |
Configuration.melt(double temperature,
double maxTemp,
double minTemp)
Randomly perturbs the current configuration in some way.
|
Configuration |
TestSimulatedAnnealer.TestConfiguration.melt(double temperature,
double maxTemp,
double minTemp) |
Constructor and Description |
---|
SimulatedAnnealer(Configuration solution,
double startingTemperature,
double freezingPoint,
double coolingRate,
double nTries,
double acceptanceRate,
int seed) |