File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ namespace uno {
113113 options.set_bool (" LS_scale_duals_with_step_length" , true );
114114
115115 /* L-BFGS options */
116- options.set (" quasi_newton_memory_size" , " 3 " );
116+ options.set_integer (" quasi_newton_memory_size" , 3 );
117117
118118 /* * regularization options **/
119119 // regularization failure threshold
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ namespace uno {
148148 {" barrier_damping_factor" , OptionType::DOUBLE},
149149 {" least_square_multiplier_max_norm" , OptionType::DOUBLE},
150150 {" BQPD_kmax" , OptionType::INTEGER},
151+ {" quasi_newton_memory_size" , OptionType::INTEGER},
151152 {" QP_solver" , OptionType::STRING},
152153 {" LP_solver" , OptionType::STRING},
153154 {" linear_solver" , OptionType::STRING},
You can’t perform that action at this time.
0 commit comments