Skip to content

1.0.0

Compare
Choose a tag to compare
@BorjaEst BorjaEst released this 15 Dec 09:30
· 28 commits to main since this release
d33d62e

First major version for Genetic Evolutionary Algorithms for Python that includes:

  • examples folder with examples on how to define evolutionary algorithms
  • main classes Experiment and GenotypeModel to create and evolve Genotypes
  • algorithms module to use standard evolution or define your own algorithms
  • fitness module to create your phenotype's evaluators
  • tools modules for creating crossover, mutation and selection methodologies
  • database module with interface for neo4j databases
  • set of tests and tox environments to ensure style, security and functional quality

What's Changed

Full Changelog: 0.1.0...1.0.0