---------------------------------------------------------------------------
Math::ES
Version 0.06
---------------------------------------------------------------------------

This package provides an object orientated Evolution
Strategy (ES) for function minimization. It supports mulitple
populations, elitism, migration, isolation, two selection schemes and
self-adapting step widths.

See POD documentation within the module for more information.
There are also some LaTeX parts in the POD, so if you are interested
in all details use pod2latex: 
  pod2latex -full -modify ES.pm; latex ES.tex; xdvi ES.dvi

For an (working) example please see the test routines in test.pl.


Fuerth, 02-Apr-2003

Anselm H. C. Horn