Skip to content

Commit

Permalink
saveiter in StaticXUA documented
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Jul 18, 2023
1 parent b9e1692 commit f143eed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/StaticXUA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ stateXUA = solve(StaticXUA;initialstate=stateX)
iterations".
- `maxΔy=1e-5` "inner" convergence criteria: a norm on the scaled `Y=[XU]` increment
- `maxLy=∞` "inner" convergence criteria: a norm on the scaled `Ly=[Lx,Lu]` residual
- `saveiter=false` set to true so that the output `state` is a vector (over the Aiter) of
vectors (over the steps) of `State`s of the model (for debugging
non-convergence).
- `γ0=1.` an initial value of the barrier coefficient for the handling of contact
using an interior point method
- `γfac1=0.5` at each iteration, the barrier parameter γ is multiplied
Expand All @@ -135,7 +138,7 @@ stateXUA = solve(StaticXUA;initialstate=stateX)
# Output
A vector of length equal to that of `initialstate` containing the state of the optimized model at each of these steps
A vector of length equal to that of `initialstate` containing the state of the optimized model at each of these steps.
See also: [`solve`](@ref), [`StaticX`](@ref)
"""
Expand Down

0 comments on commit f143eed

Please sign in to comment.