About
Miga is a library for a minimalist genetic algorithm.
Features
- 1-dimensional genome.
- Uniform mutation.
- Single-point crossover.
- Only genomes that have changed get evaluated.
- Coded in C. This library should be easily portable.
Download
cd /tmp/ # Change to a better location svn co http://svn.arhuaco.org/svn/src/miga
Installation
cd miga/trunk/ ./gen.sh # You'll need to have autoconf and automake installed. ./configure make su -c "make install" # You might need to be root.
Example
There will be at least one example in /trunk/src/examples.
cd trunk/src/examples make
License
You can copy and distribute miga following the rules of the GNU General Public License.
Comments, bug reports, etc
Send comments, bug reports, etc to arhuaco at freaks-unidos.net.
Links
Last update: 2007-06-25 (Rev 11773)