bkloppenborg/simtoi

Enhancements to Minimizer tab

fabienbaron opened this issue · 2 comments

I propose to add not only new minimizers, but to revamp the minimizer tab to also allow modifying the minimizer's tweaking parameters (e.g. tolerances, stopping criterion, etc.).
I will start implementing this next year and close the issue when done.

I agree. We need to have an easier method of letting the user change these parameters. Sadly, many of the engines have a lot of configuration options and they shouldn't be tweaked without an understanding of what each parameter does. Instead of tweaking these things in the GUI, what do you think about letting the user provide an alternate configuration file (perhaps JSON) for a given minimization engine as a command-line option?

If you decide to tweak the GUI, please base your changes off of the gui_overhaul branch and make the minimization engine be a completely intact part of the program (i.e. see the new animization gui).

Seems cumbersome to use command line everytime you want e.g. to change the number of live points in multinest. However there should be a command line switch to setup parameters, yes.