MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The interface of the "probability distribution" of a state being accepted according to its distance from the state from which it has been created. More...
Public Member Functions | |
double | Probability (double distance) |
Returns the probability that a state that has the specified distance from a state it has been created from; is going to be accepted, or not. |
The interface of the "probability distribution" of a state being accepted according to its distance from the state from which it has been created.
double MCScheduling.SimulatedAnnealing.IAcceptor.Probability | ( | double | distance | ) |
Returns the probability that a state that has the specified distance from a state it has been created from; is going to be accepted, or not.
distance | The distance of two neighbouring states. |
Implemented in MCScheduling.MixedCriticality.SA.CMixedCriticalitySimulatedAnnealing.CExponentialAcceptor.