symfit
symfit copied to clipboard
Symbolic Fitting; fitting as it should be.
Hi, @tBuLi , thank you for the package. Just as https://stackoverflow.com/questions/55580926/how-to-extend-the-number-of-symfit-parameters-arbitrarily-in-python, I would like to wrap this package for api: model: (dict of) sympy expression(s). e.g; a * x+ b...
I updated symfit 0.5.4 to include 30f01207eebfdb3a9da33f182d7e52e0cb2469b4 in Debian and enabled the CI to run pytest. Interestingly, the CI fails on i386 (= x86 32bit) consistently, while passing on all...
This is a bit of a hack, but it allows users to force creation of dummy Parameter / Variables instead of symbol ones (see #290). Usage: ```python import builtins builtins.symfit_dummy...
Hi, I have a problem with global fitting of two data sets (with four fitting parameters) with symfit Fit function, which gives me the fitting results, but all the standard...
I might have found a bug likely associate with `simfit.ODEModel` combined with fitting. More precisely, I assume it might be connected to `ODEModel`'s the `initial` -dict. The issue can be...
Hey guys, I worked on _test_finite_difference_ and _test_fit_result_ so that they correspond more to the pytest style. Some words to 'test_fit_result.py': It's not possible to use a fixture in Parameters,...
Models currently don't have a repr method, which makes debugging needlessly difficult in some cases. See e.g. https://travis-ci.org/github/tBuLi/symfit/jobs/702160446#L329
I think it would be good for this project to invite some extra hands on deck. Both @pckroon's and my own agenda or filling up with more and more with...
Using symfit 0.5.1 I'm running in to what I imagine are similar issues. Essentially, I cannot get the constraints to be accepted and met. In short, I have two parameters...