Releases: JuliaSmoothOptimizers/Percival.jl
Releases · JuliaSmoothOptimizers/Percival.jl
v0.7.6
v0.7.5
Percival v0.7.5
Merged pull requests:
Closed issues:
- Warning: "problem does not have general constraints; calling tron" (#172)
v0.7.4
v0.7.3
Percival v0.7.3
Merged pull requests:
- Allow to parametrize max_cgiter (#166) (@tmigot)
- Add iteration limit for the subproblem (#167) (@tmigot)
- Add intermediate tolerances in logs (#168) (@tmigot)
- Add more parameters to control parameter update (#169) (@tmigot)
- Update with JSOBestieTemplate for Percival (#171) (@tmigot)
- Bump to JSOSolvers 0.13 (#173) (@tmigot)
- Specify reset! JSOSolvers and NLPModels (#174) (@tmigot)
- Update ci.yml (#175) (@tmigot)
- Version 0.7.3 (#177) (@tmigot)
Closed issues:
v0.7.2
Percival v0.7.2
Merged pull requests:
- Add algorithm parameters in kwargs (#158) (@tmigot)
- Bump ADNLPModels and SolverBenchmark in doc environmnent (#159) (@tmigot)
- Update documentation of
solve!(#160) (@tmigot) - Skip precomputation for undefined vectors (#162) (@tmigot)
- Use
atolandrtolfor defaultctol(#163) (@tmigot) - Bump to NLPModels 0.21 (#165) (@tmigot)
v0.7.1
v0.7.0
Percival v0.7.0
Closed issues:
- Fix docstring and create docs (#25)
- Use SolverCore 0.3
solve!(#101) - norm_y not displayed correctly (#131)
Merged pull requests:
- Fix reset! model in subproblem solver (#130) (@tmigot)
- Correct display of norm_y (#132) (@ivanightingale)
- Remove TRON subsolver logger (#133) (@tmigot)
- Refactor initialization of Lagrange multiplier (#134) (@tmigot)
- Save allocations (#135) (@tmigot)
- Pre-allocate stats (#136) (@tmigot)
- Pre-allocate jac operator (#138) (@tmigot)
- Save allocations with type (#139) (@tmigot)
subsolver_kwargsallocates aDict(#140) (@tmigot)- Specialize type of
stats(#141) (@tmigot) - Add specialized reset for subproblem (#142) (@tmigot)
- Add names to test problems (#143) (@tmigot)
- Bump to JSOSolvers 0.11 (#144) (@tmigot)
- Add allocation tests (#145) (@tmigot)
- Remove allocations for nlp problems (#147) (@tmigot)
- Remove allocations for NLS problems (#148) (@tmigot)
- Add link to percival tutos in doc (#150) (@tmigot)
- Version 0.7.0 (#151) (@tmigot)