






GAOD Genetic Algorithm
by Dan Stowell
GAOD.sc
Abstract
GAOD = Genetic Algorithms (to create your) Own Drone
(c) 2005 Dan Stowell. Licensed under the Gnu Public Licence (GPL).
This file contains the following classes:
- GaodInd - Represents an individual in a Genetic Algorithm
- GaodIsland - A simple "world" or "island" to contain a set of interacting individuals - handles culling etc
- GenomeToPhenome - Holds the methods for turning a row of numbers into a UGen graph
Hear an example:
The third track on this EP by me is a live recording of music generated by this algorithm.
The code:
Since this swiki mangles the code beyond use, I'm going to have to upload it as an attachment: GAOD.sc
References
Link to this Page