Skip to content

Releases: BorjaEst/gevopy

1.1.1

27 Mar 13:19
1783daf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Mar 11:42
a071639
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

1.0.2

04 Mar 15:36
9fd0336
Compare
Choose a tag to compare

What's Changed

  • improve README with image and jupyter notebook by @BorjaEst in #24

Full Changelog: 1.0.1...1.0.2

1.0.1

08 Feb 13:45
14c48b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Dec 09:30
d33d62e
Compare
Choose a tag to compare

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

0.1.0

16 Nov 09:20
62fd29b
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First pre-release