MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Defines a fitness comparison method for two chromosomes (objects implementing IChromosome interface). More...
Public Member Functions | |
new int | Compare (IChromosome x, IChromosome y) |
Compares the specified couple of chromosomes and determines which one of them is more fit. |
Defines a fitness comparison method for two chromosomes (objects implementing IChromosome interface).
new int MCScheduling.GeneticAlgorithm.IFitnessComparer.Compare | ( | IChromosome | x, |
IChromosome | y | ||
) |
Compares the specified couple of chromosomes and determines which one of them is more fit.
x | The first chromosome to be compared. |
y | The second chromosome to be compared. |
Implemented in MCScheduling.GeneticAlgorithm.CConfiguration.CGreaterFitterComparer.