(no subject)

Markku Laukkanen markku at ailabsolutions.com
Fri Oct 4 04:12:39 EDT 2002


On Wed, 2 Oct 2002 lgelesky at sc.usp.br wrote:

> Hi all,  
>   
> I am trying to modify the class GASteadyStateGA. I want that my main 
> population doesn't accept individuals with the same score. I want that my 
> main population has only different individuals. In the tmpPop, I tried to 
> insert only different individuals from those that are in the main 
> population. Then, I tried to remove the individuals that exceeded the size 
> of the main population. But, some errors occurred in another parts of GAlib 
> (crossover).  

You have to fix the population in initializer. You have to safe the cache
object for stuff in userData() in the genome before initializarion.

	PKY

> 
> Please, can somebody help me?  
>   
> Thanks a lot.
> 
> Regards, Luciane.
> 
> 
> -- 
> _______________________________________________
> galib mailing list
> galib at mit.edu
> http://lancet.mit.edu/mailman/listinfo/galib
> 




More information about the galib mailing list