Loosing Diversity 

Is there any way to implement different methds of selecting for fitness
without getting into C++?

I am interested in trying to implement the FUSS method of selecting
individuals according to fitness, if it is possible. It is a method that
attempts to preserve genetic diversity.
ftp://ftp.idsia.ch/pub/techrep/IDSIA-01-0.ps.gz &
http://www.idsia.ch/~marcus

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.445 / Virus Database: 250 - Release Date: 21/01/2003

Forums: 
Maciej Komosinski's picture

> Is there any way to implement different methds of selecting for fitness
> without getting into C++?

Yes. What do you need for the selection process?
Only fitness values/distribution, or more information?

Maciej