MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Lower energy - lower makespan / lateness - better solution. More...
Public Member Functions | |
int | Compare (double x, double y) |
Compares the two specified evaluations (energies) of simulated annealing states. |
Lower energy - lower makespan / lateness - better solution.
int MCScheduling.MixedCriticality.SA.CMixedCriticalitySimulatedAnnealing.CLowerBetterComparer.Compare | ( | double | x, |
double | y | ||
) |
Compares the two specified evaluations (energies) of simulated annealing states.
x | The first state's energy. |
y | The second state's energy. |