ode_trainingSelect
Functions for selecting what training file specific solveODE call directs too.
While available to user, not meant to be used.
PINNtrainSelect_Standard(de_points, inits, t, epochs, eqn, order, net_layers, net_units, constraint, model, flag)
Main selecting function which determines what problem is being solved and directs information from solveODE call and solution class to the correct training file
| Parameters: |
|
|---|
| Returns: |
|
|---|
PINNtrainSelect_DeepONet(de_points, inits, t, epochs, eqn, order, orig_orders, N_sensors, sensor_range, net_layers, net_units, constraint, flag)
Main selecting function which determines what problem is being solved and directs information from solveODE_DeepONet call and solution class to the correct training file
| Parameters: |
|
|---|
| Returns: |
|
|---|