-
Notifications
You must be signed in to change notification settings - Fork 2
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
Force float64 #31
Merged
Merged
Force float64 #31
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
mhuen
added a commit
that referenced
this pull request
Nov 4, 2024
* MPE likelihood; option to weight loss terms; cdf values in result_tensors * Option to limit number of CPU threads * Streamline epsilon definition; dependent on float_precision * Exclude stochastic segment from usage for now * Remove input signature * Force float64 (#31) * Independent precision for loss module * Set loss precision to float64 * Add dtype argument for casting to basis functions * Add dtype argument to numpy pdf and cdf functions * safe_log: clip instead of +eps in log calls * Cascades: safe log and float64 pdf/cdf evaluation * Lower bound for sigma and r * Option to set float precision for pdf cdf evaluation independently * Turn off normalization by total charge * Add closest approach point info * Increase default model size: use reco pulses * Add one earlier seed point for tracks * Prevent division by zero * Add buffer for time window calculation * Reco speedup: fix data_batch and seed_array for minimizer function * Speedup: use loss only for jac=False * Bugfix: fixed dt_geometry due to wrong entry_point --------- Co-authored-by: mhuen <mhuen@users.noreply.github.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.
Use float64 in crucial code parts. Changes include:
Other changes in this PR: