Skip to content

Commit a1b4a56

Browse files
MohamedLaghdafHABIBOULLAHMaxenceGollier
authored andcommitted
Update src/LM_alg.jl
Co-authored-by: Maxence Gollier <[email protected]>
1 parent f976603 commit a1b4a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LM_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ mutable struct LMSolver{
2222
has_bnds::Bool
2323
l_bound::V
2424
u_bound::V
25-
m_fh_hist::V
2625
l_bound_m_x::V
2726
u_bound_m_x::V
27+
m_fh_hist::V
2828
subsolver::ST
2929
subpb::PB
3030
substats::GenericExecutionStats{T, V, V, T}

0 commit comments

Comments
 (0)