Jacob-Stevens-Haas / gen-experiments

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

Grid locator #20

Closed Jacob-Stevens-Haas closed 7 months ago

Jacob-Stevens-Haas commented 7 months ago

Substantial refactoring going on here. Big changes are (a) moving gridsearch to its own package to limit the coupling between it and the odes/pdes experiments, and (b) introducing the gen_experiments.gridsearch.GridLocator object, which allows one to specify criteria to match intermediate points in the gridsearch.

To test it out, run any existing experiment, build a GridLocator object, and find the matching points with gridsearch.find_gridpoints(your_locator, results["plot_data"], results)