narijauskas / PRONTO.jl

A Julia implementation of PRONTO
https://narijauskas.github.io/PRONTO.jl/dev
MIT License
21 stars 3 forks source link

Interpolated projection operator #17

Closed narijauskas closed 1 year ago

narijauskas commented 1 year ago

Fixes #16

Changes the projection operator and search direction steps to represent x and z respectively using cubic spline interpolation on a fixed time step instead of wrapping the ODESolution. Slightly reduces solver performance, and is meant as an interim solution. Adds a kwarg resample_dt to adjust the fixed time step.

See #16 for more details.