freebsd-ports/devel/p5-Algorithm-Evolutionary/pkg-descr
Ying-Chieh Liao 3f32d6f960 add p5-Algorithm-Evolutionary 0.53
A library for doing evolutionary computation in Perl
2003-10-24 08:24:44 +00:00

14 lines
665 B
Text

It's a library for doing evolutionary computation in Perl.
Algorithm::Evolutionary was formerly called OPEAL, which is an acronym for
Obvious Pearl Evolutionary Algorithm Library.
The desing principles of Algorithm::Evolutionary are:
* It should be easy to program any kind of evolutionary algorithm; all
chromosome representations and operators are possible.
* An XML dialect called EvoSpec is used as a language for description of
algorithms and for representation of the state of an algorithm. This
could make Algorithm::Evolutionary interoperable with other EA libraries,
such as EO or JEO.
WWW: http://opeal.sourceforge.net/