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

Fit results save and load functionality #34

Open
QuanticPony opened this issue Jan 26, 2023 · 0 comments
Open

Fit results save and load functionality #34

QuanticPony opened this issue Jan 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed new-feature

Comments

@QuanticPony
Copy link
Owner

After the optimization is complete the user should be able to save it. And maybe load it again if wanted.

Proposed behavior
Something like this:

fitter = itfit.Fitter(xdata, ydata)
fitter()
plt.show()

fitter.get_last_fit().save_fit("example.txt")

We probably want 2 files with:

  • Data selected.
  • Optimization details. Statistics and fit related things, as function used.
@QuanticPony QuanticPony added enhancement New feature or request help wanted Extra attention is needed new-feature labels Jan 26, 2023
@QuanticPony QuanticPony self-assigned this Jan 26, 2023
@QuanticPony QuanticPony moved this from Draft to Todo in Interactive Fitter Jan 26, 2023
@QuanticPony QuanticPony removed their assignment Jan 26, 2023
@Sir-Bip-Bop Sir-Bip-Bop self-assigned this Jan 26, 2023
@Sir-Bip-Bop Sir-Bip-Bop moved this from Todo to In Progress in Interactive Fitter Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed new-feature
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants