After watching the inspiring Optimal Control in Julia: SciML’s newest tooling | Rackauckas | Paris 2025, I’d like to use the dynamic optimization interface. While InfiniteOpt is made to work with “infinite parameters”, can it also optimize the coefficients of a piecewise constant (step) function? With, or without the MTK interface?
I’ve been using Optimization.jl’s ipopt to optimize over data interpolations inside of MTK’s callable parameters, but A) the error messages have been painful, B) I am duplicating the input interface and C) it is very slow (as a single shooting method), as predicted by @baggepinnen.
This is basically the problem I had nearly two years ago ![]()