简体   繁体   中英

Chromosome with non repeated alleles

I read a recommendation of how to find non-duplicated chromosomes: using JGAp (genetic algorithm library) and the duplicated chromosomes

How do you find a chromosome with non-repeated alleles using JGAP?

I have been thinking about this problem recently too...

My current solution is simply to include a large penalty in the fitness function of my genetic algorithm, when the chromosome contains duplicate alleles.

Whilst I imagine there are better ways of approaching this problem, this seems to be working - for my purposes at least..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM