File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Assuming `n = length(x)` is the number of variables, then:
185
185
radius of the trust region is given by the Euclidean norm of the scaled
186
186
variables (see keyword ` scale ` above).
187
187
188
- - ` rhoend ` (default value ` 1e-4 *rhobeg ` ) is the final radius of the trust
188
+ - ` rhoend ` (default value ` 1e-6 *rhobeg ` ) is the final radius of the trust
189
189
region. The algorithm stops when the trust region radius becomes smaller or
190
190
equal ` rhoend ` and the status ` PRIMA.SMALL_TR_RADIUS ` is returned.
191
191
@@ -198,7 +198,7 @@ Assuming `n = length(x)` is the number of variables, then:
198
198
` PRIMA.MSG_FEVL ` . Note that the values that are printed by the software are
199
199
those of the scaled variables (see keyword ` scale ` above).
200
200
201
- - ` maxfun ` (default ` 100n ` ) is the maximum number of function evaluations
201
+ - ` maxfun ` (default ` 500×n ` ) is the maximum number of function evaluations
202
202
allowed for the algorithm. If the number of calls to ` f(x) ` exceeds this
203
203
value, the algorithm is stopped and the status ` PRIMA.MAXFUN_REACHED ` is
204
204
returned.
You can’t perform that action at this time.
0 commit comments