-
-
11 May 2007 17:51:29 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (606 / 0 / 0)
- Kwalitee
Bus factor: 0- 14.98% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (16.58KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05
- Fixed bug reported by yraber@mailup.net regarding listvectors. If a single option is given for a listvector genome, then mutation would run in an infinite loop. Fixed.
- updated docs a bit to better show how to specify the fitness and termination functions.
Modules
A pure Perl genetic algorithm implementation.Base class for AI::Genetic Individuals.A class that implements various crossover operators.A class that implements various mutation operators.A class that implements various selection operators.Provides
in Genetic/Defaults.pmin Genetic/IndBitVector.pmin Genetic/IndListVector.pmin Genetic/IndRangeVector.pmOther files
Module Install Instructions
To install AI::Genetic, copy and paste the appropriate command in to your terminal.
cpanm AI::Genetic
perl -MCPAN -e shell install AI::Genetic
For more information on module installation, please visit the detailed CPAN module installation guide.