
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Ala Qumsieh wrote: > > Hi all, > > In almost all papers that I read (as far as I recall at least), > individuals in GAs are encoded as bit vectors. Is this restrictive in > any way? What other representations exist? > > Also, are there any papers or websites that discuss various > selection/crossover/mutation algorithms? I believe that vectors of integers or floating point numbers have been used many times, even though Holland's original idea was to use bit strings. My work (available via URL below) uses floating point arrays as the "chromosomes". Selection, crossover and mutation are performed. It is extensively documented, both in text files and comments in the C code. (and even some diagrams!) I suggest the 4play package as having the most complete documentation. Mitchell Timin -- "Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal." - Friedrich Nietzsche http://annevolve.sourceforge.net is what I'm into nowadays. Humans may write to me at this address: zenguy at shaw dot ca
| <-- __Chronological__ --> | <-- __Thread__ --> |