-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureA new feature of the appA new feature of the app
Description
The function API for fit_power_law_speed passes parameters directly, and does not allow variation of u_ref as a parameter, instead simply fitting alpha.
- Alter the cost residual to accept
u_refandz_refas parameters. NB problem is underconstrained if you allow them both to vary, so ensure there's an assertion to allow only one of them (either fitalphaandu_ref,alphaalone, oralphaandz_ref). - Alter the API to accept an
Array2d &initial_parametersandArray2b &fixed_parametersthe same as the API forfit_lewkowiz_speed. It may be possible to generalise the cost functor used for fitting lewkowicz speed, to help keep code DRY. - Update docs and unit tests correspondingly.
Metadata
Metadata
Assignees
Labels
featureA new feature of the appA new feature of the app