Skip to content

Commit

Permalink
Update docs/src/tutorials/pino_ode.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
  • Loading branch information
KirillZubov and sathvikbhagavan authored Sep 5, 2024
1 parent ff04565 commit 2366840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/pino_ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ strategy = StochasticTraining(60)
opt = OptimizationOptimisers.Adam(0.03)
alg = PINOODE(deeponet, opt, bounds, number_of_parameters; strategy = strategy)
# Solve the ODE problem using the PINOODE algorithm
sol = solve(prob, alg, verbose = true, maxiters = 3000)
sol = solve(prob, alg, verbose = false, maxiters = 3000)
```

Now let's compare the prediction from the learned operator with the ground truth solution which is obtained by analytic solution of the parametric ODE.
Expand Down

0 comments on commit 2366840

Please sign in to comment.