If you have the species (usually pointed to by the subpopulation), you can say:
species.newIndividual(evolutionState, threadnum);
Sean
On May 22, 2012, at 9:01 AM, Andreas Meier wrote:
> Hello,
>
> I know, it doesn't really correspond the idea of genetic algorithms but is
> there a way of creating new random individuals in later generations? I
> already tried to integrate a SimpleInitializer into the pipeline but it
> didn't work that well.
>
> Thanks,
> Andreas
|