How to use the iminuit.util.make_func_code function in iminuit

To help you get started, we’ve selected a few iminuit examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tensorprob / tensorprob / tensorprob / optimizers / migrad.py View on Github external
def __init__(self, f, names):
        from iminuit.util import make_func_code
        self.f = f
        self.func_code = make_func_code(names)
        self.func_defaults = None
github ibab / python-mle / mle / minuit.py View on Github external
def __init__(self, f, names):
        self.f = f
        self.func_code = make_func_code(names)
        self.func_defaults = None

iminuit

Jupyter-friendly Python frontend for MINUIT2 in C++

MIT
Latest version published 25 days ago

Package Health Score

84 / 100
Full package analysis

Similar packages