MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Defines an evaluator that is used to evaluate states throughout the optimization process of simulated annealing. More...
Public Member Functions | |
double | Evaluate (T state) |
Evaluates the specified state. |
Defines an evaluator that is used to evaluate states throughout the optimization process of simulated annealing.
T | The data type representing a state. |
double MCScheduling.SimulatedAnnealing.IEvaluator< T >.Evaluate | ( | T | state | ) |
Evaluates the specified state.
state | The state to evaluate. |