MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
An public interface providing a method to determine the distance between a pair of give genes. More...
Public Member Functions | |
double | distance (IGene x, IGene y) |
Returns the distance between the specified pair of genes. |
An public interface providing a method to determine the distance between a pair of give genes.
Returns the distance between the specified pair of genes.
The genes are supposed to represent vertices of a graph and this method shall return the "length" of the edge denoted by these genes.
x | The first gene. |
y | The second gene. |
Implemented in MCScheduling.MixedCriticality.GA.CMixedCriticalityGeneticAlgorithm.CMixedCriticalityGeneDistanceMeasurer.