Skip to content

Commit 00d8045

Browse files
committed
Improve tutorial-iss based on critical review
- Fix French error message in MINPACK error handling - Clarify OrdinaryDiffEq is ODE solver backend for Flow - Keep both MINPACK and NonlinearSolve solver alternatives without performance claims - Add initial guess guidance with @extref to direct method examples - Add Hamiltonian constancy verification to validate PMP satisfaction - Add explanatory comments to plot function for better understanding - Fix unused parameter λ in nle! function - Fix @extref syntax for cross-references - Fix OptimalControl prefix in tutorial-discretisation - Update package dependencies
1 parent 96a080d commit 00d8045

5 files changed

Lines changed: 554 additions & 490 deletions

File tree

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ DocumenterInterLinks = "1"
2626
ForwardDiff = "0.10, 1"
2727
LinearAlgebra = "1"
2828
MINPACK = "1"
29-
MadNLP = "0.8"
29+
MadNLP = "0.9"
3030
NLPModels = "0.21"
3131
NLPModelsIpopt = "0.11"
3232
NonlinearSolve = "4"
33-
OptimalControl = "1"
33+
OptimalControl = "2"
3434
OrdinaryDiffEq = "6"
3535
Plots = "1"
3636
Printf = "1"

0 commit comments

Comments
 (0)