-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add CSVSummary callback #173
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redeboer
changed the title
add functionallity to write intermediate results to csv
feat: add CSVSummary callback
Nov 20, 2020
redeboer
reviewed
Nov 20, 2020
redeboer
reviewed
Nov 20, 2020
redeboer
requested changes
Nov 20, 2020
spflueger
reviewed
Nov 20, 2020
redeboer
reviewed
Nov 20, 2020
redeboer
reviewed
Nov 20, 2020
redeboer
approved these changes
Nov 20, 2020
redeboer
added a commit
that referenced
this pull request
Jan 4, 2021
* ci: add GitHub workflow for epic branches (#144) * ci: increase minimal coverage to 80% * feat: add CSVSummary callback (#173) * feat: add variable logging functionality using TensorFlow (#155) * feat: implement YAML optimize callback (#154) * feat: implement Loadable callback (#177) * feat: log execute time in optimize call (#156 and #164) * fix: copy initial parameters in optimize call (#174) * fix: implement temporary solution for #171 * fix: remove pytest color output VSCode * test: add additional resonance to fixture * refactor: change fit result dict structure * docs: use only 3 free parameters Speeds up CI and prevents memory problems on Read the Docs Co-authored-by: sjaeger <sjaeger@ep1.rub.de> Co-authored-by: spflueger <spfluege@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added functionality to save and append intermediate results to a csv value to have a history of parameter values. Contributes to #159