public interface TemperedAcceptanceProbabilityFunction
Modifier and Type | Method and Description |
---|---|
double |
acceptanceProbability(Vector currentState,
double energyCurrent,
Vector proposedState,
double energyProposed,
double temperature)
Computes the probability that the next state transition will be accepted.
|
double acceptanceProbability(Vector currentState, double energyCurrent, Vector proposedState, double energyProposed, double temperature)
currentState
- the current state of the systemenergyCurrent
- the energy in the current stateproposedState
- the proposed next state of the systemenergyProposed
- the energy in the proposed statetemperature
- the current temperatureCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.