Skip to content

Releases: wildart/Evolutionary.jl

v0.11.1

14 Jan 19:48
81d8a72
Compare
Choose a tag to compare

Evolutionary v0.11.1

Diff since v0.11.0

Closed issues:

  • Examples in documentation fail (#94)

v0.11.0

29 Dec 01:41
c81f2c9
Compare
Choose a tag to compare

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:

v0.10.1

28 Oct 18:33
2ad163d
Compare
Choose a tag to compare

Evolutionary v0.10.1

Diff since v0.10.0

Closed issues:

  • Referencing Evolutionary.jl (#84)

v0.10.0

16 Jul 19:17
d170c7b
Compare
Choose a tag to compare

Evolutionary v0.10.0

Diff since v0.9.0

Closed issues:

  • Hard constraints implementation (#79)
  • [GA] InexactError when the target function returns Float and the inputs genes are Integers (#83)

v0.9.0

19 Mar 17:03
16d9c7d
Compare
Choose a tag to compare

Evolutionary v0.9.0

Diff since v0.8.1

Closed issues:

  • Is there a time_limit keywords in optimize setting? (#64)
  • GA : Stop criterion based on state only (#81)

v0.8.1

01 Feb 17:38
84363c8
Compare
Choose a tag to compare

Evolutionary v0.8.1

Diff since v0.8.0

Closed issues:

  • Several mutation methods do not work because of using += (#80)

Merged pull requests:

  • Add Differential Evolution to documentation (#76) (@dmolina)

v0.8.0

12 Jan 13:51
8c3ffd4
Compare
Choose a tag to compare

Evolutionary v0.8.0

Diff since v0.7.0

Closed issues:

  • ga() parameters lowerBounds and upperBounds do nothing (#15)
  • How to set bounds properly? (#59)
  • CMAES optimizer is not working properly in recent versions (#61)
  • MixedInt example fails - UndefVarError: WorstFitnessConstraints not defined (#63)
  • Error: objects of type Float64 are not callable (#68)
  • error with scramble mutation (#70)
  • Errors using PM and MIPM mutations (#72)
  • Help wanted: solution to very simple problem? (#73)
  • [help] A bit at a loss on what happens with my initial population (#74)
  • Ability to check viability (over a predicate) of Mutation and crossover operations (#75)

v0.7.0

05 Jul 02:12
91a4a1e
Compare
Choose a tag to compare

Evolutionary v0.7.0

Added constraints support

Diff since v0.6.2

v0.6.2

26 Jun 17:09
af63c95
Compare
Choose a tag to compare

Evolutionary v0.6.2

Diff since v0.6.1

Closed issues:

  • Can not add the package (#58)

v0.6.1

23 Jun 22:20
b841e4f
Compare
Choose a tag to compare

Evolutionary v0.6.1

Diff since v0.6.0

Closed issues:

  • CMAES: Accept multi-dimensional individuals (#55)

Merged pull requests: