JGAP

org.jgap.impl.job
Class EvolveResult

java.lang.Object
  extended by org.jgap.impl.job.JobResult
      extended by org.jgap.impl.job.EvolveResult
All Implemented Interfaces:
java.io.Serializable

public class EvolveResult
extends JobResult

Result of an evolution.

Since:
3.2
See Also:
Serialized Form

Constructor Summary
EvolveResult()
           
 
Method Summary
 Population getPopulation()
           
 void setPopulation(Population a_pop)
           
 
Methods inherited from class org.jgap.impl.job.JobResult
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolveResult

public EvolveResult()
Method Detail

getPopulation

public Population getPopulation()

setPopulation

public void setPopulation(Population a_pop)

JGAP