geofholbrook / om-darwin

Genetic Algorithm library for OpenMusic
1 stars 0 forks source link

make it so that you can provide the mutation and crossover functions #27

Open geofholbrook opened 9 years ago

geofholbrook commented 9 years ago

attach the ga-params (including mutation and crossover functions) to the specimen. a species has default ga-params, but these could be changed using set-ga-params

this could make it possible for some parameters to be mutated for individual specimens. Or even for the mutation algorithm to be adapted by genetic programming.