mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
670 B
Text
14 lines
670 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 design 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.
|
|
|
|
See also: http://opeal.sourceforge.net/
|