Jacob-Stevens-Haas / gen-experiments

Pysindy experiments. Composable and extensible
MIT License
1 stars 2 forks source link

Updated run in pdes.py for using TrialData and FullTrialData #14

Closed yb6599 closed 9 months ago

yb6599 commented 9 months ago

This changes the pdes.py code to use the TrialData and FullTrialData objects for showing the results.

yb6599 commented 9 months ago

Hey Jake, I found the initial conditions for Burgers and Kuramoto Sivashinsky Equations that can give us better results by running

gen_experiments.pdes.run(42,
group= "burgers1D_periodic",
diff_params=gen_experiments.config.diff_params["test_axis"],
opt_params=gen_experiments.config.opt_params["test"],
feat_params=gen_experiments.config.feat_params["pde2"],
)

and

gen_experiments.pdes.run(42,
group= "ks_periodic",
diff_params=gen_experiments.config.diff_params["test_axis"],
opt_params=gen_experiments.config.opt_params["test"],
feat_params=gen_experiments.config.feat_params["pde4"],
)