MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Classic exponential distribution acceptor. 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. |
Classic exponential distribution acceptor.
double MCScheduling.MixedCriticality.SA.CMixedCriticalitySimulatedAnnealing.CExponentialAcceptor.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. |
Implements MCScheduling.SimulatedAnnealing.IAcceptor.