Méthode | Description | |
---|---|---|
GetProblem ( int i ) : |
Return the i'th optimization problem, sorted so that the problems with the worst fitness have lowest indices.
|
|
GetWeight ( int i ) : double |
Return the weight associated with the i'th problem.
|
|
ProblemIndex ( |
Construct the ProblemIndex-object.
|
|
ProblemIndex ( |
Construct the ProblemIndex-object.
|
|
SetFitness ( int i, double fitness ) : void |
Set the fitness associated with the i'th problem.
|
|
Sort ( ) : void |
Sort the optimization problems according to their associated fitness.
|
public ProblemIndex ( |
||
problems | The problems to be indexed. | |
Résultat | System.Collections.Generic |
public ProblemIndex ( |
||
weightedProblems | The problems to be indexed. | |
Résultat | System.Collections.Generic |
public SetFitness ( int i, double fitness ) : void | ||
i | int | |
fitness | double | |
Résultat | void |