MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
FittestChromosomeEnumerator may be used to enumerate fittest chromosomes of a population in memory efficient way. More...
Public Member Functions | |
void | Dispose () |
Destroys the enumerator. | |
bool | MoveNext () |
Moves the enumerator to the next less fit chromosome. | |
void | Reset () |
Resets the enumerator. | |
Properties | |
IChromosome | Current [get] |
Returns the current chromosome. |
FittestChromosomeEnumerator may be used to enumerate fittest chromosomes of a population in memory efficient way.
bool MCScheduling.GeneticAlgorithm.CPopulation.FittestChromosomeEnumerator.MoveNext | ( | ) |
Moves the enumerator to the next less fit chromosome.
IChromosome MCScheduling.GeneticAlgorithm.CPopulation.FittestChromosomeEnumerator.Current [get] |
Returns the current chromosome.