Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 01:41
· 45 commits to master since this release
c81f2c9

Evolutionary v0.11.0

Diff since v0.10.1

This release contains multiple breaking changes:

  • Tolerance options were removed, and each algorithms has convergence metrics field that allows to set multiple convergence criteria.
  • NonDifferentiable objective function wrapper is substituted to new EvolutionaryObjective wrapper type.
  • Names of multiple mutation operations have been changes.

Closed issues:

  • Documentation for Evolutionary.Options (#85)
  • Pre-compiling master branch fails due to missing file (#91)
  • tutorial script returns "Status: failure" (#92)
  • Evolutionary.jl fails to solve simple task that analogous simple python script solves without any problem. (#93)

Merged pull requests: