You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added option to do custom optimization preset from override file.
--optimize-fit-override-params 0
will read the override file and look for fit_param_name + the following
tag + "_MIN"
tag + "_MAX"
tag + "_STEPSIZE"
tag + "_FITTING"
Where you can set the min, max, stepsize, and if it is fixed for to fit.
_FITTING can be : "fixed" , "limit_lo_hi", "limit_lo", "limit_hi", or "fit"