EvolutionarySearch: An Evolutionary Algorithm (EA) to explore the space of attributes.

URL:http://neo.lcc.uma.es/
Author:Sebastian Luna Valero <sebastian.luna.valero{[at]}gmail.com>
Maintainer:Sebastian Luna Valero <sebastian.luna.valero{[at]}gmail.com>

EvolutionarySearch looks for a good subset of attributes in order to improve the classification accuracy of supervised learning techniques in classification problems with a huge number of attributes involved. It implements a (mu, lambda)-EA (Evolutionary Algorithm) with the following operators: uniform random initialization, binary tournament selection, single point crossover, bit flip mutation and generational replacement with elitism (i.e., the best individual is always kept). This package is properly designed to easily add new operators. Please, see the document entitled developers-guide.pdf available within this package.

For more information about similar algorithms see: the NEO Group website

All available versions:
Latest
1.0.2
1.0.0