org.jgap.impl.job
Class EvolveData
- java.lang.Object
-
- org.jgap.impl.job.JobData
-
- org.jgap.impl.job.EvolveData
-
- All Implemented Interfaces:
- java.io.Serializable
public class EvolveData extends JobData
Data needed by a IEvolveJob implementation to evolve.- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EvolveData(Configuration a_config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IBreedergetBreeder()PopulationgetPopulation()voidsetBreeder(IBreeder a_breeder)voidsetPopulation(Population a_pop)-
Methods inherited from class org.jgap.impl.job.JobData
getConfiguration
-
-
-
-
Constructor Detail
-
EvolveData
public EvolveData(Configuration a_config)
-
-
Method Detail
-
getPopulation
public Population getPopulation()
-
setPopulation
public void setPopulation(Population a_pop)
-
setBreeder
public void setBreeder(IBreeder a_breeder)
-
getBreeder
public IBreeder getBreeder()
-
-
DMelt 3.0 © DataMelt by jWork.ORG