v2.1.0
·
1985 commits
to master
since this release
GalacticOptim v2.1.0
Closed issues:
- Hook sciml_train into MOI (#3)
- Can't get NLopt to work (#70)
- Support MAX_SENSE in the MOI wrapper (#148)
- Max-sense for NLopt and Optim (#155)
- UndefVarError: AutoZygote not defined (#158)
- Cannot set lower and upper bound for
SimulatedAnnealing
OptimizationProblem
(#171)
Merged pull requests:
- Add MOI interface with MOIOptimizationProblem (#142) (@blegat)
- Make MOIOptimizationProblem fields concrete-typed (#144) (@blegat)
- Add sense kwarg to MOI __solve dispatch (#150) (@Vaibhavdixit02)
- Make MOI interface conforming and add a ton of documentation (#153) (@ChrisRackauckas)
- Made NLopt.jl interface properly handle options & minor changes to MOI (#160) (@jonasmac16)
- Harmonised interfaces and added common arguments (#163) (@jonasmac16)
- Fixed MOI warning (#164) (@jonasmac16)
- First implementation of Metaheuristic.jl interface (#165) (@jonasmac16)
- First implementation of Nonconvex.jl (#166) (@jonasmac16)
- Fix typo in mathoptinterface (#168) (@nandoconde)
- Add NLopt maxsense support (#169) (@Vaibhavdixit02)
- Add Optim maxsense and organise rosenbrock.jl (#170) (@Vaibhavdixit02)
- Fixes requires issue (#173) (@jonasmac16)
- New interface to GCMAES.jl (#174) (@jonasmac16)
- New interface to SpeedMapping.jl (#175) (@jonasmac16)
- New basic interface to NOMAD.jl (#176) (@jonasmac16)
- Remove "higher level docs" and put a higher level table (#177) (@ChrisRackauckas)