Skip to content

Example of how to use ModelingToolkit to fit an ODE to data.

License

Notifications You must be signed in to change notification settings

lamorton/ModelingFittingDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of fitting a ModelingToolkit model to data

A common use-case for ModelingToolkit is to fit the model to data, thereby inferring the values of parameter and initial conditions. Often, one would like to change whether a parameter or initial condition is allowed to be adjusted in the optimization process. This is an example of how to accomplish this task. It also helps work around the slowness of access to solutions via the sol[x] approach, which makes naive loss function evaluations too slow for optimization use.

About

Example of how to use ModelingToolkit to fit an ODE to data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages