jmetal.metaheuristics.mocell
Class sMOCell1
java.lang.Object
   jmetal.core.Algorithm
jmetal.core.Algorithm
       jmetal.metaheuristics.mocell.sMOCell1
jmetal.metaheuristics.mocell.sMOCell1
- All Implemented Interfaces: 
- java.io.Serializable
- public class sMOCell1 
- extends Algorithm
This class represents the original synchronous MOCell algorithm
 A description of MOCell can be consulted in 
 Nebro A. J., Durillo J.J, Luna F., Dorronsoro B., Alba E. :
 "MOCell: A cellular genetic algorithm for multiobjective optimization",
 International Journal of Intelligent Systems. Vol.24, No. 7 (July 2009), 
 pp. 726-746
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
sMOCell1
public sMOCell1(Problem problem)
- Constructor
 
- Parameters:
- problem- Problem to solve
 
execute
public SolutionSet execute()
                    throws JMException,
                           java.lang.ClassNotFoundException
- Runs of the sMOCell1 algorithm.
 
- 
- Specified by:
- executein class- Algorithm
 
- 
- Returns:
- a SolutionSetthat is a set of non dominated solutions
 as a result of the algorithm execution
- Throws:
- JMException
- java.lang.ClassNotFoundException