Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-12-29 | 952 Bytes | |
v0.11.0 source code.tar.gz | 2021-12-29 | 198.4 kB | |
v0.11.0 source code.zip | 2021-12-29 | 223.6 kB | |
Totals: 3 Items | 423.0 kB | 0 |
Evolutionary v0.11.0
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: - Replace NonDifferentiable (#88) (@wildart) - Subset crossover (#89) (@miguelbiron) - Fix small bugs/inconsistencies in GP (#90) (@HaydenSolo)