Skip to content

Commit 0549025

Browse files
arnavk23tmigot
andauthored
Update tutorials/introduction-to-jsosolvers/index.jmd
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
1 parent 1cba77f commit 0549025

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • tutorials/introduction-to-jsosolvers

tutorials/introduction-to-jsosolvers/index.jmd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ trunk(nls, atol = 1e-6, rtol = 1e-6)
7474
nls.counters
7575
```
7676

77-
You can also select a specific least-squares subsolver and pass tolerances and a time limit:
78-
79-
```julia
80-
RTOL = 1e-6; ATOL = 1e-8; max_time = 60.0
81-
stats = trunk(nls; subsolver = :cgls, rtol = RTOL, atol = ATOL, max_time = max_time)
82-
```
83-
8477
We conclude these examples by a nonlinear regression example from the [NIST data set](https://www.itl.nist.gov/div898/strd/nls/nls_main.shtml).
8578
In particular, we consider the problem [`Thurber`](https://www.itl.nist.gov/div898/strd/nls/data/LINKS/DATA/Thurber.dat).
8679

0 commit comments

Comments
 (0)