SciML / SciMLDocs

Global documentation for the Julia SciML Scientific Machine Learning Organization
https://docs.sciml.ai
MIT License
60 stars 42 forks source link

Lack of discussion of callback function in optimisation tutorial #161

Open gustavdelius opened 1 year ago

gustavdelius commented 1 year ago

At https://docs.sciml.ai/Overview/stable/getting_started/fit_simulation/#Step-4:-Solve-the-Optimization-Problem the tutorial says: "This step will look very similar to the first optimization tutorial, except now we have a new cost function. Just like in that tutorial, we want to define a callback to monitor the solution process." However there is no discussion of callback functions in the first optimization tutorial. Presumably such a discussion was planned to be included but then wasn't because the example chosen in that first tutorial was too simple to make a callback function useful.

Vaibhavdixit02 commented 1 year ago

Thanks for pointing that out, it should be better after #162

nathanrboyer commented 11 months ago

I elaborated in #197.