Adding the interpolation-based parametric ROM classes back in after the major refactor, along with a variety of improvements.
Major additions:
Interpolated[Constant|Linear|Quadratic|Cubic]Operator classes. These have an InterpolatorClass attribute that determines the type of interpolator (i.e., no need to write different classes for different interpolators).
Interpolated[Continuous|Discrete]OpInfROM classes have an InterpolatorClass attribute that determines the type of interpolator. The InterpolatorClass can be changed post-training if desired.
Improvements to the _BaseParametricROM class that the interpolated ROM classes inherit from.
Many additions to the JupyterBook documentation, including large additions to the existing tutorials.
Adding the interpolation-based parametric ROM classes back in after the major refactor, along with a variety of improvements.
Major additions:
Interpolated[Constant|Linear|Quadratic|Cubic]Operator
classes. These have anInterpolatorClass
attribute that determines the type of interpolator (i.e., no need to write different classes for different interpolators).Interpolated[Continuous|Discrete]OpInfROM
classes have anInterpolatorClass
attribute that determines the type of interpolator. TheInterpolatorClass
can be changed post-training if desired._BaseParametricROM
class that the interpolated ROM classes inherit from.