public abstract class SimpleAnnealingFunction extends Object implements AnnealingFunction
| Constructor and Description |
|---|
SimpleAnnealingFunction(RandomVectorGenerator rvg) |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getStepLength(double temperature) |
Vector |
nextProposal(Vector x0,
double temperature)
Gets the next proposal, given the current state and the temperature.
|
public SimpleAnnealingFunction(RandomVectorGenerator rvg)
public Vector nextProposal(Vector x0, double temperature)
AnnealingFunctionnextProposal in interface AnnealingFunctionx0 - the current state of the systemtemperature - the current temperature of the systempublic abstract double getStepLength(double temperature)
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.