v0.11.0
Evolutionary v0.11.0
This release contains multiple breaking changes:
- Tolerance options were removed, and each algorithms has convergence
metricsfield that allows to set multiple convergence criteria. NonDifferentiableobjective function wrapper is substituted to newEvolutionaryObjectivewrapper 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:
- Replace NonDifferentiable (#88) (@wildart)
- Subset crossover (#89) (@miguelbiron)
- Fix small bugs/inconsistencies in GP (#90) (@HaydenSolo)