Help language development. Donate to The Perl Foundation

Algorithm::Evolutionary::Simple zef:jjmerelo last updated on 2022-03-04

META6.json
{
  "name": "Algorithm::Evolutionary::Simple",
  "description": "A simple evolutionary algorithm",
  "version": "0.0.8",
  "perl": "6.*",
  "authors": [
    "JJ Merelo"
  ],
  "auth": "zef:jjmerelo",
  "depends": [],
  "test-depends": [
    "Test",
    "Test::META"
  ],
  "provides": {
    "Algorithm::Evolutionary::Fitness::P-Peaks": "lib/Algorithm/Evolutionary/Fitness/P-Peaks.pm6",
    "Algorithm::Evolutionary::Simple": "lib/Algorithm/Evolutionary/Simple.pm6"
  },
  "resources": [
    "examples/max-ones.p6",
    "examples/concurrent-selecto-recombinative-EA.p6",
    "examples/concurrent-evolutionary-algorithm.p6",
    "examples/population-mixer.p6"
  ],
  "license": "Artistic-2.0",
  "tags": [
    "evolutionary algorithms",
    "genetic algorithms",
    "optimization",
    "computational intelligence",
    "evolutionary computation"
  ],
  "source-url": "https://github.com/JJ/p6-algorithm-evolutionary-simple.git"
}