scikit-hep / iminuit

Jupyter-friendly Python interface for C++ MINUIT2
https://scikit-hep.org/iminuit
Other
278 stars 71 forks source link

Support keyword-only cost functions #981

Open HDembinski opened 3 months ago

HDembinski commented 3 months ago

It would be great if kw-only cost functions of the form def foo(**kwargs) also work with iminuit without a need for adaptor functions.