Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-15 | 925 Bytes | |
v4.3.0 source code.tar.gz | 2025-05-15 | 127.5 kB | |
v4.3.0 source code.zip | 2025-05-15 | 208.7 kB | |
Totals: 3 Items | 337.2 kB | 0 |
Optimization v4.3.0
Merged pull requests: - Cleanup BBO and MOI (#899) (@SebastianM-C) - Simplify calls to Optim.jl (#910) (@ChrisRackauckas) - Update termination reason dictionary (#911) (@ChrisRackauckas) - Extend getting_started.md (#913) (@ChrisRackauckas)
Closed issues:
- Default wrapping of Optim algorithms in Fminbox
incase of box constraints necessitates gradient (#558)
- Optimization over 3d Array throws (#859)
- Nelder Mead asks for gradients (#863)
- Error with e.g. Any[]
starting condition (#885)
- For ensemble simulations, how do I set different parameter values for each run of the ensemble? (#890)
- OutOfMemory error as Optim.jl interface allocates a hessian for first order methods' (#893)
- Unhandled stopping condition (#904)
- [Docs] Unclear return type from solve
, and how to use it (#912)