Skip to content

Commit

Permalink
Merge pull request #222 from sathvikbhagavan/sb/ude
Browse files Browse the repository at this point in the history
docs: adjust lambda in ADMM in missing physics example
  • Loading branch information
ChrisRackauckas authored Mar 6, 2024
2 parents 8b2267b + 3d24f17 commit 8061d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/showcase/missing_physics.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Let's solve the data-driven problems using sparse regression. We will use the `A
method, which requires we define a set of shrinking cutoff values `λ`, and we do this like:

```@example ude
λ = exp10.(-3:0.01:3)
λ = 1e-1
opt = ADMM(λ)
```

Expand Down

0 comments on commit 8061d0b

Please sign in to comment.