rom-operator-inference-Python3 icon indicating copy to clipboard operation
rom-operator-inference-Python3 copied to clipboard

Multiple trajectories for identical training parameter values during operator interpolation

Open shanemcq18 opened this issue 1 year ago • 0 comments

When using any interpolatory operators, all data corresponding to a fixed training parameter value (even if there are multiple trajectories for different initial conditions or input functions) must be grouped into the same "trajectory", otherwise we are providing multiple values for a single parameter and trying to interpolate (see #71). This should probably be detected and fixed in ParametricROM.fit(), but need to be careful not to mess up fit_regselect_*().

shanemcq18 avatar Nov 13 '24 00:11 shanemcq18