We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e63a13 commit ec1e309Copy full SHA for ec1e309
lib/SimpleNonlinearSolve/src/bracketing/itp.jl
@@ -28,8 +28,7 @@ The following keyword parameters are accepted.
28
### Computation of κ₁
29
30
In the current implementation, we compute κ₁ = scaled_κ₁·|Δx₀|^(1 - κ₂); this allows κ₁ to
31
-adapt to the dimension of the problem in order to keep the proposed initial step
32
-proportional to Δx₀.
+adapt to the length of the interval and keep the proposed steps proportional to Δx.
33
34
### Worst Case Performance
35
0 commit comments