jmetal.metaheuristics.singleObjective.geneticAlgorithm
Class scGA

java.lang.Object
  extended by jmetal.core.Algorithm
      extended by jmetal.metaheuristics.singleObjective.geneticAlgorithm.scGA
All Implemented Interfaces:
java.io.Serializable

public class scGA
extends Algorithm

Class implementing a single-objective synchronous cellular genetic algorithm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
scGA(Problem problem)
          Constructor
 
Method Summary
 SolutionSet execute()
          Runs of the scGA 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

scGA

public scGA(Problem problem)
Constructor

Parameters:
problem - Problem to solve
Method Detail

execute

public SolutionSet execute()
                    throws JMException,
                           java.lang.ClassNotFoundException
Runs of the scGA algorithm.

Specified by:
execute in class Algorithm
Returns:
a SolutionSet that contains the best found solution
Throws:
JMException
java.lang.ClassNotFoundException