From bda4ba7ae787089330e7a48db3df7943d5de11ad Mon Sep 17 00:00:00 2001 From: Zaikun ZHANG Date: Fri, 2 Feb 2024 10:37:14 +0800 Subject: [PATCH] Update README.md regarding `rhobeg` and `rhoend` --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 497da4c..5be68d4 100644 --- a/README.md +++ b/README.md @@ -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.