Skip to content

Commit

Permalink
Update README.md regarding rhobeg and rhoend
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Feb 2, 2024
1 parent 5c2e932 commit bda4ba7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ Assuming `n = length(x)` is the number of variables, then:
radius of the trust region is given by the Euclidean norm of the scaled
variables (see keyword `scale` above).

- `rhoend` (default value `1e-$*rhobeg`) is the final radius of the trust
region used to decide whether the algorithm has converged in the scaled
variables.

- `rhobeg` (default value `1.0`) is the initial radius of the trust region.

- `rhoend` (default value `1e-4*rhobeg`) is the final radius of the trust
region. The algorithm stops when the trust region radius becomes smaller or
equal `rhoend` and the status `PRIMA.SMALL_TR_RADIUS` is returned.
Expand Down

0 comments on commit bda4ba7

Please sign in to comment.