v1.3.0
Surrogates v1.3.0
- Added Earth surrogate
- Added multi objective optimization methods
- Updated docs
- Removed MOE surrogate due to bug in GaussianMixtures package, planning on adding it again in the next release
Closed issues:
- Other AbstractSurrogates (#17)
- SOP ND (#66)
- ND Polynomial basis in Radials (#175)
- Benchmarking (#185)
- Pkg.add("Surrogates") is installing v1.1.2 , not the latest v1.2 (#192)
- Add benchmarks to highlight optimization methods (#210)
Merged pull requests:
- Test implementation of multivariable polynomial basis (#188) (@mrandri19)
- Zygote deps (#193) (@ludoro)
- Earth 1d (#194) (@ludoro)
- CompatHelper: bump compat for "Flux" to "0.11" (#195) (@github-actions[bot])
- Inverse (#196) (@TeAmP0is0N)
- Update InverseDistance.md (#197) (@TeAmP0is0N)
- fixed legend overlapping issue (#198) (@TeAmP0is0N)
- Adding benchmark section in the docs, with a first simple example (#199) (@ludoro)
- Update sphere_function.md (#200) (@TeAmP0is0N)
- Update randomforest.md (#201) (@TeAmP0is0N)
- Update kriging.md (#202) (@TeAmP0is0N)
- Random forest (#203) (@TeAmP0is0N)
- Tutorials first (#204) (@ChrisRackauckas)
- Radial (#205) (@TeAmP0is0N)
- WIP Gradient enhanced kriging (#206) (@ludoro)
- add nd example for lobachesky (#207) (@michiboo)
- Adding benchmarks with more difficult functions (#208) (@ludoro)
- Branin (#209) (@TeAmP0is0N)
- Update BraninFunction.md (#211) (@TeAmP0is0N)
- Added Ackley benchmark showing that decors optimization method (#212) (@ludoro)
- defined ackley function and fixed plotting problem (#213) (@TeAmP0is0N)
- fixed the plotting problem (#214) (@TeAmP0is0N)
- Update (#215) (@TeAmP0is0N)
- Update tensor_prod.md (#216) (@TeAmP0is0N)
- Gek (#218) (@TeAmP0is0N)
- added another benchmark (#219) (@TeAmP0is0N)
- Fixed small bug in neural network and written tutorial on it (#220) (@ludoro)
- wend tutorial (#221) (@ludoro)
- New tut (#223) (@ludoro)
- Update make.jl (#225) (@TeAmP0is0N)
- Salustowicz benchmark (#226) (@TeAmP0is0N)
- Benchmarks (#227) (@TeAmP0is0N)
- SOP ND (#228) (@ludoro)
- Added scaling parameter to MOE (#229) (@ludoro)
- WIP multiobj opt EGO, algorithm 1 of paper (#231) (@ludoro)
- Release 13 (#232) (@ludoro)
- CompatHelper: bump compat for "Zygote" to "0.5" (#233) (@github-actions[bot])
- Update Salustowicz.md (#234) (@tlienart)