Algorithm-Evolve
view release on metacpan or search on metacpan
lib/Algorithm/Evolve.pm view on Meta::CPAN
change the population's size during the runtime of the evolutionary algorithm.
=item C<$p-E<gt>run()>
Begins execution of the algorithm, and returns when the population has been
C<suspend>'ed.
=item C<$p-E<gt>suspend()>
Call this method from within the callback function to stop the algorithm's
iterations and return from the C<run> method.
=item C<$p-E<gt>resume()>
Start up the algorithm again after being C<suspend>'ed.
=item C<$p-E<gt>generations()>
=item C<$p-E<gt>avg_fitness()>
=item C<$p-E<gt>best_fit()>
( run in 0.529 second using v1.01-cache-2.11-cpan-71847e10f99 )