Skip to content

Releases: blakeaw/GAlibrate

v0.7.2

16 Aug 18:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

24 Jul 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

23 Jul 22:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Jun 02:57
Compare
Choose a tag to compare
  • core GA now returns an array with fitness value of the fittest individual from each generation which can be accessed from the GAO property GAO.best_fitness_per_generation.
  • Bug fix in core GA for sorting the population before selection and mating.

v0.5.0

21 Jun 01:19
Compare
Choose a tag to compare

This release includes two new features:

  • Optional tqdm progress bar for GAO.run function (progress by passage of generations.)
  • Optional multiprocessing based parallelism during GAO.run, used when evaluating the fitness function over populations.

v0.4.0

25 Jul 04:42
Compare
Choose a tag to compare

This release includes improvements to the Numba and Cython versions of the core GA which improve efficiency and increase their speed.

v0.2.0

22 Jul 02:56
Compare
Choose a tag to compare

First release. This release includes the GAO optimizer class and galibrate_it tools.