Custom
Minimal skeleton for a user-defined problem. All factories (create_problem, create_data_module) are
stubs ready to be filled in with your own physics.
When to Use
Use this template when your problem is not covered by the built-in templates but you want the
standard project structure (ode.py, config.py, train.py) as a starting point.
What to Modify
- Define your ODE callable in
ode.py - Set up
Fields andParameters increate_problem - Configure hyperparameters in
config.py