Recent Releases of galibrate

galibrate - v0.7.2

What's Changed

  • Fix for issue 14 by @blakeaw in https://github.com/blakeaw/GAlibrate/pull/15

Full Changelog: https://github.com/blakeaw/GAlibrate/compare/v0.7.1...v0.7.2

- Jupyter Notebook
Published by blakeaw almost 2 years ago

galibrate - v0.7.1

What's Changed

  • Bug Fix Issue 12 by @blakeaw in https://github.com/blakeaw/GAlibrate/pull/13

Full Changelog: https://github.com/blakeaw/GAlibrate/compare/v0.7.0...v0.7.1

- Jupyter Notebook
Published by blakeaw almost 2 years ago

galibrate - v0.7.0

What's Changed

  • Version/0.7.0 by @blakeaw in https://github.com/blakeaw/GAlibrate/pull/11

Full Changelog: https://github.com/blakeaw/GAlibrate/compare/v0.6.0...v0.7.0

- Jupyter Notebook
Published by blakeaw almost 2 years ago

galibrate - v0.6.0

  • 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.

- Jupyter Notebook
Published by blakeaw almost 6 years ago

galibrate - v0.5.0

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.

- Jupyter Notebook
Published by blakeaw almost 6 years ago

galibrate - v0.4.0

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

- Jupyter Notebook
Published by blakeaw almost 7 years ago

galibrate - v0.2.0

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

- Jupyter Notebook
Published by blakeaw almost 7 years ago