Closed yb6599 closed 11 months ago
Also see if KDV can work if you change the integration tolerances in gen_pde_data
Hey Jake, the experiments for Burgers and Kuramoto Sivashinsky Equations should work now.
For Burgers, try python -m gen_experiments burgers1D --seed 19 --param diff_params=test_axis --param feat_params=pde2 --param opt_params=test
For KS, try python -m gen_experiments ks --seed 19 --param diff_params=test_axis --param feat_params=pde2 --param opt_params=test
LGTM!
I added implementations of Burgers 1D, Kuramoto Sivashinsky, and Korteweg De Vries PDEs. I can run experiments on Burgers and KS, although the coefficients are innacurate. Korteweg De Vries is stuck on gen_pde_data for a long time, so it does not work yet.