MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The state keeps information about the energy of the actual state it wraps. More...
Public Attributes | |
T | State |
The state. | |
double | Energy |
The state's fitness score. |
The state keeps information about the energy of the actual state it wraps.
double MCScheduling.SimulatedAnnealing.CBaseSimulatedAnnealing< T >.CState.Energy |
The state's fitness score.
T MCScheduling.SimulatedAnnealing.CBaseSimulatedAnnealing< T >.CState.State |
The state.