DESC
DESC copied to clipboard
Ability to change resolution of SplineProfiles
trafficstars
For the PowerSeriesProfile class one can change the number of coefficients of the input profiles during optimization. But this ability is not available for the SplineProfile class.
I think it would be nice to have a spline with varying number of knots during an optmization so that the user can vary the knots and add more optimizable parameters (more freedom) to their optimization.
I'll try to add this feature.
Related to #849. I think it would be good to have a standalone util function, and then SplineProfile.change_resolution can call that under the hood.
as duplicate of #849