Skip to content

v0.9.8

Compare
Choose a tag to compare
@aglowacki aglowacki released this 12 Mar 14:32
· 66 commits to master since this release
a4b42f7

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"