Skip to content

Use interpolant caching for performance improvements

Gregory Ashton requested to merge interpolation-caching into master

In the ROQLikelihood and calibration, interp1d instances are repeatedly instantiated. Minor improvements are made by made by caching the interpolant and only updating what is required.

Merge request reports