v3.11.0
github-actions
released this
09 Jan 20:14
·
1176 commits
to master
since this release
Optimization v3.11.0
Closed issues:
- Add objective sense into the front-end (#8)
- Tutorial on some advanced MTK things (#96)
- Optimizer documentation style (#97)
- Uniform solution type (#106)
- Optimization summary is gone? (#120)
- Common return code (#161)
- Arbitrary constraints (#185)
- Help with no method matching length (#209)
- Add checks for required arguments in the optimiser specific
__map_optimizer_args
and throw informative error messages (#210) - Error with Ipopt through Nonconvex (#223)
- callback ignored for GalacticCMAEvolutionStrategy (#242)
- Fix type hierarchy (#258)
- Do some sanity checks for
OptimizationProblem
's fields (#282) - Unclear usage of batches (#433)
- [Question] OptimizationFunction of univariate f(u) (#440)
- Report solve_time in solution (#441)
- OptimizationProblem docstring (#449)
Merged pull requests:
- Small update on batching docs (#436) (@JordiBolibar)
- Move ObjSense into SciMLBase (#438) (@DanielVandH)
- Report solve time (#442) (@ValentinKaisermayer)
- Convert MOI status to SciMLBase retcode (#443) (@ValentinKaisermayer)
- Format (#445) (@Vaibhavdixit02)
- Renames sol.minum to sol.objective (#446) (@ValentinKaisermayer)
- [skip ci] LanguageTool (#450) (@ArnoStrouwen)
- Add an FAQ page (#451) (@ChrisRackauckas)
- Link to NaNMath & fixed some typos (#453) (@DanielVandH)