|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.util.Spea2Fitness
public class Spea2Fitness
This class implements some facilities for calculating the Spea2 fitness
Constructor Summary | |
---|---|
Spea2Fitness(SolutionSet solutionSet)
Constructor. |
Method Summary | |
---|---|
SolutionSet |
environmentalSelection(int size)
Gets 'size' elements from a population of more than 'size' elements using for this de enviromentalSelection truncation |
void |
fitnessAssign()
Assigns fitness for all the solutions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Spea2Fitness(SolutionSet solutionSet)
SolutionSet
.
solutionSet
- The SolutionSet
Method Detail |
---|
public void fitnessAssign()
public SolutionSet environmentalSelection(int size)
size
- The number of elements to get.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |