Skip to content
New issue

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

Python 3 tkinter GUI curve and surface fitter #1

Open
zunzun opened this issue Jun 27, 2017 · 0 comments
Open

Python 3 tkinter GUI curve and surface fitter #1

zunzun opened this issue Jun 27, 2017 · 0 comments

Comments

@zunzun
Copy link

zunzun commented Jun 27, 2017

I saw your tkinter calculator code and thought you might like to see my Python GUI graphical curve fitter and surface fitter on github, BSD license. The matplotlib 3D surface plots of the fitted equations look really cool.

The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses a genetic algorithm to produce initial parameter estimates for the non-linear solver.

The URL on github is https://github.com/zunzun/tkInterFit

James Phillips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant