We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the package is defined as "a simple interface for users who want to quickly run standard parameter estimation routines for model calibration", it would be interesting to add a findfit function on the model of the homonymous functions in Wolfram Mathematica (https://reference.wolfram.com/language/ref/FindFit.html ; https://community.wolfram.com/groups/-/m/t/126143) or SageMath (https://doc.sagemath.org/html/en/reference/numerical/sage/numerical/optimize.html#sage.numerical.optimize.find_fit) for example. This findfit function would combine a "generic" cost function, the definition of the OptimizationProblem and the solving.
findfit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the package is defined as "a simple interface for users who want to quickly run standard parameter estimation routines for model calibration", it would be interesting to add a
findfit
function on the model of the homonymous functions in Wolfram Mathematica (https://reference.wolfram.com/language/ref/FindFit.html ; https://community.wolfram.com/groups/-/m/t/126143) or SageMath (https://doc.sagemath.org/html/en/reference/numerical/sage/numerical/optimize.html#sage.numerical.optimize.find_fit) for example. Thisfindfit
function would combine a "generic" cost function, the definition of the OptimizationProblem and the solving.The text was updated successfully, but these errors were encountered: