Uses of Class
com.epochx.core.GPRun

Packages that use GPRun
com.epochx.core   
com.epochx.stats   
 

Uses of GPRun in com.epochx.core
 

Methods in com.epochx.core that return GPRun
static
<TYPE> GPRun<TYPE>[]
GPController.run(GPModel<TYPE> model)
          Executes one or more GP runs.
static
<TYPE> GPRun<TYPE>
GPRun.run(GPModel<TYPE> model)
          Construct a new GPRun object and execute it.
 

Uses of GPRun in com.epochx.stats
 

Methods in com.epochx.stats with parameters of type GPRun
 void RunStats.addRun(GPRun<TYPE> run, int runNo)