| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.Algorithm
jmetal.metaheuristics.singleObjective.evolutionStrategy.NonElitistES
public class NonElitistES
Class implementing a (mu,lambda) ES. Lambda must be divisible by mu.
| Field Summary | 
|---|
| Fields inherited from class jmetal.core.Algorithm | 
|---|
| inputParameters_, operators_, problem_ | 
| Constructor Summary | |
|---|---|
| NonElitistES(Problem problem,
             int mu,
             int lambda)Constructor Create a new NonElitistES instance. | |
| Method Summary | |
|---|---|
|  SolutionSet | execute()Execute the NonElitistES algorithm | 
| 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 | 
| Constructor Detail | 
|---|
public NonElitistES(Problem problem,
                    int mu,
                    int lambda)
problem - Problem to solve.| Method Detail | 
|---|
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 | |||||||||