What is rues

rues is a pure-Python implementation of Real Valued Genetic Algorithms, implementing the routines described in the What are Genetic Algorithms document. The evaluation of the fitness function (i.e. optimization metric) is made in a concurrent fashion. We also added added support to create/initialize a model before evaluating the fitness function.

How to install it

rues is available in pypi and can be installed with:

pip install rues