Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v3.3.1
GalacticOptim v3.3.1
Merged pull requests:
- Update Project.toml (#248) (@jonasmac16)
- Check against
NelderMead
type not object for callback branching (#249) (@Vaibhavdixit02)
v3.3.0
GalacticOptim v3.3.0
Merged pull requests:
- Add
obj_sparse
andcons_sparse
fields toAutoModelingToolkit
and pass to derivative functions (#241) (@Vaibhavdixit02) - Use the docstring for the OptimizationProblem page (#243) (@ChrisRackauckas)
- Change to ArrayInterfaceCore (#247) (@ChrisRackauckas)
v3.2.1
GalacticOptim v3.2.1
Merged pull requests:
- Use
NonlinearSystem
(via mtk-ize onNonlinearProblem
) for constraint (#240) (@Vaibhavdixit02)
v3.2.0
GalacticOptim v3.2.0
Closed issues:
- ERROR: LoadError: MethodError: no method matching iterate(::Nothing) (#224)
Merged pull requests:
- fixes copy paste mistake (#232) (@ValentinKaisermayer)
- another copy paste mistake (#233) (@ValentinKaisermayer)
- Missing compats in subpackages (#234) (@Vaibhavdixit02)
- Add end of iteration check in callback of Optim (#236) (@prbzrg)
- Add mtk.jl for
AutoModelingToolkit
as AD backend support (#237) (@Vaibhavdixit02)
v3.1.1
v3.1.0
GalacticOptim v3.1.0
Merged pull requests:
- Add compat bounds to all subpackages (#229) (@Vaibhavdixit02)
v3.0.0
GalacticOptim v3.0.0
Closed issues:
- Error with Ipopt and specification of
lb, ub
(#221)
Merged pull requests:
- Create sub packages for each optimiser (#220) (@Vaibhavdixit02)
- Correct type of time_limit in Evolutionary.Options (#222) (@lcontento)
- clean up core tests (#225) (@ChrisRackauckas)
- Further testing clean up to get CI green (#226) (@Vaibhavdixit02)
- update docs for subpackages (#227) (@ChrisRackauckas)
v2.5.0
v2.4.0
GalacticOptim v2.4.0
Closed issues:
- NOMAD: Undefined f (#206)
Merged pull requests:
- NOMAD (#208) (@ValentinKaisermayer)
- CompatHelper: bump compat for ArrayInterface to 5, (keep existing compat) (#212) (@github-actions[bot])