You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `η2::T = T(0.9)`: very successful iteration threshold;
136
136
- `γ::T = T(3)`: trust-region radius parameter multiplier. Must satisfy `γ > 1`. The trust-region radius is updated as Δ := Δ*γ when the iteration is very successful and Δ := Δ/γ when the iteration is unsuccessful;
137
-
- `α::T = 1/eps(T)`: TODO
138
-
- `β::T = 1/eps(T)`: TODO
139
137
- `reduce_TR::Bool = True`: TODO
140
138
- `χ::F = NormLinf(1)`: norm used to define the trust-region;`
141
139
- `D::L = nothing`: diagonal quasi-Newton approximation used for the model φ. If nothing is provided and `reg_nlp.model` is not a diagonal quasi-Newton approximation, a spectral gradient approximation is used.`
- `η2::T = T(0.9)`: very successful iteration threshold;
129
129
- `γ::T = T(3)`: trust-region radius parameter multiplier. Must satisfy `γ > 1`. The trust-region radius is updated as Δ := Δ*γ when the iteration is very successful and Δ := Δ/γ when the iteration is unsuccessful;
130
-
- `α::T = 1/eps(T)`: TODO
131
-
- `β::T = 1/eps(T)`: TODO
132
130
- `χ::F = NormLinf(1)`: norm used to define the trust-region;`
133
131
- `subsolver::S = R2Solver`: subsolver used to solve the subproblem that appears at each iteration.
0 commit comments