1.
Playing Genetic Mastermind/Jugando al Mastermind con algoritmos ...
Mastermind you can play with. Another MasterWeb, a commercial site in which you have to find out the combination set by the computer. ...
2.
GAGS genetic algorithm C++ class library home page
unix% mkdir GAGS-1.0.2 unix% cd GAGS-1.0.2 unix% gzcat ../GAGS-1.0.2.tar.gz | tar xvf - unix% configure --prefix= unix% make unix% make install unix% make ...
3.
GAGS genetic algorithm C++ class library home page
A tutorial on how to write GA programs using GAGS is also available online; ... Matthew's GALib, a full C++ class library with an X user interface. ...
4.
ECAL'95 Call for Papers
3rd. European Conference on Artificial Life. [ECAL'95] ... Grounding and the Entailment Structure in Robots and Artificial Life; Erich Prem et al. ...
5.
GAGS genetic algorithm C++ class library home page
Genetic operators, which are not part of the chromosome class, but are outside it; this way, operators are not reduced to mutation and crossover: there are ...
6.
GAGS genetic algorithm C++ class library home page
Chromosomes, which are the basic building blocks of a genetic algorithms. .... Download instructions for installing first. Besides the three evaluators (in ...
7.
GAGS genetic algorithm C++ class library home page
History, GAGS is a C++ class library which contains classes used to program all the elements ... this zip-file includes everything needed to compile GAGS, ...
8.
GAGS genetic algorithm C++ class library home page
A tutorial on how to write GA programs using GAGS is also available online; you can also download a PostScript version. Examples from that tutorial are at ...
9.
JJ Merelo personal home page
I read my PhD thesis last October 26th, so now I'm Dr. JJ!. Here is a short abstract, which was accepted in ICANNGA'95. My other interests include ...
10.
GAGS genetic algorithm C++ class library home page
To install it, do it the usual way: configure, make and make install , and then install it in a place in which GAGS can see it. ...