Skip to content

Commit bc3ac1e

Browse files
committed
fix typos in option docu
- taken from 02ce615
1 parent 924f14f commit bc3ac1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Algorithm/IpDefaultIterateInitializer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

src/Algorithm/IpFilterLSAcceptor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)