File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ void DefaultIterateInitializer::RegisterOptions(
8787 " mu-based" , " initialize to mu_init/x_slack" ,
8888 " This option defines how the iterates for the bound multipliers are initialized. "
8989 " If \" constant\" is chosen, then all bound multipliers are initialized to the value of \" bound_mult_init_val\" . "
90- " If \" mu-based\" is chosen, the each value is initialized to the the value of \" mu_init\" "
90+ " If \" mu-based\" is chosen, then each value is initialized to the the value of \" mu_init\" "
9191 " divided by the corresponding slack variable. "
9292 " This latter option might be useful if the starting point is close to the optimal solution." );
9393 reg_options->AddStringOption2 (
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ void FilterLSAcceptor::RegisterOptions(SmartPtr<RegisteredOptions> roptions)
5555 1e-4 ,
5656 " The algorithmic parameter theta_min is determined as theta_min_fact "
5757 " times the maximum of 1 and the constraint violation at initial point. "
58- " The switching rules treats an iteration as an h-type iteration whenever "
58+ " The switching rule treats an iteration as an h-type iteration whenever "
5959 " the current constraint violation is larger than theta_min (see "
6060 " paragraph before Eqn. (19) in the implementation paper)." ,
6161 true );
You can’t perform that action at this time.
0 commit comments