Releases: JuliaSmoothOptimizers/OptimizationProblems.jl
Releases · JuliaSmoothOptimizers/OptimizationProblems.jl
v0.4.3
OptimizationProblems v0.4.3
Closed issues:
- Complete the list of JuMP models (#95)
- Test set: Modified CUTE Problems for Sparse Unconstrained Optimization (#111)
- Implement problems with scalable constraints from
ADNLPModelProblems.jl
(#118) - Woods (#119)
- Bug with
NZF1
(#123) - Error in AD problems (#126)
- Add a function that detects indices of linear constraints for a problem (#170)
- Type unstability of obj() with IntervalBox input (#174)
- Tutorial should mention NLPModelsJuMP (#181)
Merged pull requests:
- Add
clnlbeam
problem (#98) (@tmigot) - use
m
instead ofn
for adbrownden
(#125) (@tmigot) - Fix dixmaan problems name (no underscore) (#131) (@d-monnet)
- Set minimum number of variables for
NZF1
(#133) (@tmigot) - Add jennrichsampson problem (#134) (@Smendoza98)
- Fix
woods
problem (#135) (@tmigot) - Biggs exp6 (#136) (@Learningchipmunk)
- Powellbs (#138) (@xgaumir)
- BOX3 (#140) (@SandraParent)
- add box2 problem from cutest (#142) (@tmigot)
- Added Gaussian fct (#143) (@The-Wolf3)
- Kowalikosborne problem from "Testing Unconstrained Optimization Software" #15 (#144) (@btoutee)
- helical fonction creation (#145) (@ines1406)
- Add
osborn2
(#147) (@tmigot) - Spmsrtls (#148) (@tmigot)
- add Hovercraft1d (#151) (@tmigot)
- Add osborne1 (#152) (@tmigot)
- Add controlinvestment (#155) (@tmigot)
- Add
polygon1
(#156) (@tmigot) - Add
polygon2
(#157) (@tmigot) - Add
polygon3
(#158) (@tmigot) - Add JuMP model for
linsv
(#159) (@tmigot) - Add JuMP model for
lincon
(#160) (@tmigot) - Add
structural
(#163) (@tmigot) - Add PureJuMP
mgh01feas
(#164) (@tmigot) - Add a new test and fix
get_nvar
(#166) (@tmigot) - Add
polygon
(#167) (@tmigot) - fix
clnlbeam
and updatecompare_cutest
(#168) (@tmigot) - Update docs (#171) (@tmigot)
- Fix
lin
keyword and add linear constraint check (#172) (@tmigot) - Add robot_arm_dynamics (#175) (@nathanemac)
- particles_distribution (#177) (@nathanemac)
- up
generate_meta
to get the file directly (#178) (@tmigot) - Bump JuMP 1 (#179) (@tmigot)
- Modeling the camshape problem 3 (#185) (@MohamedLaghdafHABIBOULLAH)
- Add triangle (#186) (@MohamedLaghdafHABIBOULLAH)
- Add jump cops (#189) (@tmigot)
- add tetra.jl (#190) (@MohamedLaghdafHABIBOULLAH)
- Add JuMP model for
tetra
(#192) (@tmigot) - Add a size limit on the jacobian test (#193) (@tmigot)
- Add
MathOptNLPModel
in tuto (#194) (@tmigot) - Update readme (#195) (@tmigot)
- Add hs219 (#196) (@tmigot)
- Version 0.4.3 (#198) (@tmigot)
v0.4.2
v0.4.1
OptimizationProblems v0.4.1
Closed issues:
- Problem selection facility (#3)
- New problems for students (#7)
- Problem size uniformization (#19)
- Problems and check lists (#52)
- Add ADNLPModels test problems (#62)
- Converting JuMP models to
ADNLPModels
format (#71) - Check discrepancy in linear constraints (#96)
- AMPGO13 has hard-coded Float64 values (#100)
- Problem names (#106)
Merged pull requests:
- Add global meta (#85) (@tmigot)
- Add
const
keyword (#87) (@tmigot) - Add
default_nvar
sanity check (#88) (@tmigot) - Uniform size
PureJuMP
(#90) (@tmigot) - Add docs for meta (#91) (@tmigot)
- Fix formula for some problems (#93) (@tmigot)
- Add contributing.md with guidelines for new problems (#97) (@tmigot)
- Fix rosenbrock meta (#99) (@tmigot)
- Update AMPGO13.jl (#101) (@dpo)
- Use kwargs for parameters in
PureJuMP
(#103) (@tmigot) - Vectorized matrix unknown (#105) (@tmigot)
- Remove
_autodiff
inADNLPProblems
(#107) (@tmigot) - update benchmark tutorial (#108) (@farhadrclass)
- Add linear constraint in ADModels (#110) (@tmigot)
- Remove constant woods and clean docs (#112) (@tmigot)
- version 0.4.1 (#120) (@tmigot)
v0.4.0
OptimizationProblems v0.4.0
Closed issues:
- Write docs (#54)
Merged pull requests:
- Remove warnings for JuMP ≥ 0.19 (#45) (@amontoison)
- Update README (#47) (@amontoison)
- Use unicode characters ≥ and ≤ (#48) (@amontoison)
- fix CI scripts (#49) (@dpo)
- use GitHub Actions (#50) (@amontoison)
- Create CITATION.bib (#51) (@tmigot)
- Update CI, TagBot and documentation workflows (#53) (@JSOBot)
- Update CI, TagBot and documentation workflows (#55) (@JSOBot)
- Update CI, TagBot and documentation workflows (#57) (@JSOBot)
- [AUTO] Change master to main (#59) (@abelsiqueira)
- [AUTO] Fix docs to use main (#60) (@abelsiqueira)
- Move jump models to a different folder (#63) (@tmigot)
- Add folder and problems for ADNLPs (#66) (@tmigot)
- Remove nonzeros in the meta (#68) (@tmigot)
- Complete problem list and tests (#69) (@tmigot)
- Fix problems
hs101
,hs102
,hs103
(#73) (@tmigot) - Export submodules (#74) (@tmigot)
- Add meta folder (#75) (@tmigot)
- Add scripts for meta and one example (#76) (@tmigot)
- Remove old meta (#77) (@tmigot)
- Add JuMP 0.22 in the Project.toml (#78) (@amontoison)
- Release 0.4.0 (#79) (@amontoison)
- Add docs (#80) (@tmigot)
- Fix broken link to dev doc (#81) (@tmigot)
- Add upper bound (#84) (@tmigot)
v0.3.0
v0.2.0
OptimizationProblems v0.2.0
Merged pull requests:
- Update to use Julia 1.0 (#30) (@abelsiqueira)
- s/warn/Compat.@warn/g (#31) (@abelsiqueira)
- srosenbr must have even variables (#32) (@abelsiqueira)
- Add .zenodo.json and change lincense to MPL2 (#33) (@abelsiqueira)
- phase out 0.6, 0.7 and test on Travis/Windows (#34) (@dpo)
- Update travis with latest Julia (#35) (@abelsiqueira)
- Switch to Project.toml, require Julia 1, test agreement with CUTEst (#36) (@timholy)
- tests on 1, 1.1, 1.2 on appveyor (#39) (@dpo)
- Fix a few problems (#40) (@dpo)
- Update travis with latest Julia (#42) (@abelsiqueira)
- Julia 1.3, FreeBSD, badge (#43) (@dpo)
- Install TagBot as a GitHub Action (#44) (@JuliaTagBot)
v0.1.0
Update to use Julia 1.0