You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generates its own files, a drop-in replacement to your thesis
all figures checked for clarity, filenames
runs with normal or beta (uniform = beta(1,1))
change formatting for beta so it replaces periods with dashes or something cleaner than dots in directory names
for speed, use 100 samples
change param_ref to -3 to align with the domain. (poissonProblem class setter needs to change, as does the model, and all other references to "3"
rethink current syntax * ... should it be dimension-specific variants with all the default options?
Can I sneak it into a run_with_default method that accomplishes this?
should I do the better thing and migrate argument parsing to the pde.py and ode.py files, with a shared set of options available for inheritance from a method in helpers.py perhaps? Then link console-scripts to their specific files? This would probably replace the entirety of the current runner.py unless an effort was made to support it (but why?).
param_refto -3 to align with the domain. (poissonProblemclass setter needs to change, as does the model, and all other references to "3"run_with_defaultmethod that accomplishes this?pde.pyandode.pyfiles, with a shared set of options available for inheritance from a method inhelpers.pyperhaps? Then link console-scripts to their specific files? This would probably replace the entirety of the currentrunner.pyunless an effort was made to support it (but why?).*
mud_examples -v --example pde --alt --bayes --num-trials 20 -m 20 100 250 500 -t 0.1 $@