|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<HeuristicSolution>
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.model.HeuristicPopulation
public class HeuristicPopulation
An heuristic population is a list of solution
Creation date: 24-Nov-2004 16:01:21
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
HeuristicPopulation()
Create a list of solution |
|
HeuristicPopulation(int size)
Create a list of size solution |
Method Summary | |
---|---|
void |
display()
Display the solution. |
HeuristicSolution |
getMax()
Get the solution with the maxmimum evaluation |
HeuristicSolution |
getMin()
Get the solution with the minimum evaluation |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public HeuristicPopulation()
public HeuristicPopulation(int size)
size
- Method Detail |
---|
public HeuristicSolution getMax()
public HeuristicSolution getMin()
public void display()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |