| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.Algorithm
jmetal.metaheuristics.ibea.IBEA
public class IBEA
This class implementing the IBEA algorithm
| Field Summary | |
|---|---|
| static int | TOURNAMENTS_ROUNDSDefines the number of tournaments for creating the mating pool | 
| Fields inherited from class jmetal.core.Algorithm | 
|---|
| inputParameters_, operators_, problem_ | 
| Constructor Summary | |
|---|---|
| IBEA(Problem problem)Constructor. | |
| Method Summary | |
|---|---|
|  void | calculateFitness(SolutionSet solutionSet)Calculate the fitness for the entire population. | 
|  void | computeIndicatorValuesHD(SolutionSet solutionSet,
                         double[] maximumValues,
                         double[] minimumValues)This structure store the indicator values of each pair of elements | 
|  SolutionSet | execute()Runs of the IBEA algorithm. | 
|  void | fitness(SolutionSet solutionSet,
        int pos)Calculate the fitness for the individual at position pos | 
|  void | removeWorst(SolutionSet solutionSet)Update the fitness before removing an individual | 
| Methods inherited from class jmetal.core.Algorithm | 
|---|
| addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameter | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int TOURNAMENTS_ROUNDS
| Constructor Detail | 
|---|
public IBEA(Problem problem)
problem - Problem to solve| Method Detail | 
|---|
public void computeIndicatorValuesHD(SolutionSet solutionSet,
                                     double[] maximumValues,
                                     double[] minimumValues)
public void fitness(SolutionSet solutionSet,
                    int pos)
public void calculateFitness(SolutionSet solutionSet)
public void removeWorst(SolutionSet solutionSet)
public SolutionSet execute()
                    throws JMException,
                           java.lang.ClassNotFoundException
execute in class AlgorithmSolutionSet that is a set of non dominated solutions
 as a result of the algorithm execution
JMException
java.lang.ClassNotFoundException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||