All Versions
10
Latest Version
Avg Release Cycle
134 days
Latest Release
1250 days ago

Changelog History

  • v0.4.2

    November 16, 2020
  • v0.4.1 Changes

    November 28, 2017
    • ๐Ÿ“ฆ Population.rng has been promoted to Population.RNG. This makes it easier to implement custom models in another package than gago
    • โœจ Renamed Enhance to Evolve for esthetics
    • ๐Ÿ”จ Refactored parallel code for reusability
  • v0.4.0 Changes

    November 17, 2017

    The Genome's Crossover method now has to be done in-place. Although this breaks the API it is well worth as it makes it more consistent and requires less boilerplate code for deep copying.

  • v0.3.1 Changes

    November 14, 2017

    ๐Ÿ›  Fixed a bug where the individuals were evaluated twice when ParallelEval was true.

  • v0.3.0 Changes

    November 11, 2017

    The best individuals are now stored in the HallOfFame field. This is a breaking change because the Best field does not exists anymore.

  • v0.2.3 Changes

    November 10, 2017

    Individuals can now be evaluated in parallel thanks to the GA's ParallelEval field.

  • v0.2.2 Changes

    November 10, 2017

    The GA struct now has an RNG field of type *rand.Rand which can be set to make results reproducible.

  • v0.2.1 Changes

    September 18, 2017

    โœ‚ Remove data race in GA.Initialize

  • v0.2.0 Changes

    September 16, 2017
    • โž• Added GA.Initialized() to indicate if a GA has been initialized or not.
    • โœ… Back to 100% test coverage
    • Tidied naming
    • โž• Added String() functions to Individual and Individuals
    • โž• Added sub-tests to table-driven tests
  • v0.1.0 Changes

    July 28, 2017

    ๐Ÿš€ Latest stable release for godep. Ensuing updates will be available through releases (aka the proper way).