Closed yb6599 closed 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"],
)
This changes the pdes.py code to use the TrialData and FullTrialData objects for showing the results.