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

fix some math #700

Merged
merged 2 commits into from
Jul 12, 2024
Merged

fix some math #700

merged 2 commits into from
Jul 12, 2024

Conversation

mkstoyanov
Copy link
Collaborator

RMCE does not require 2 allocations and 3 loops of solution-size data.

@mkstoyanov mkstoyanov requested a review from quantumsteve July 11, 2024 21:47
Copy link
Collaborator

@quantumsteve quantumsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want RMSE of the vector or per element?

src/main.cpp Outdated Show resolved Hide resolved
@mkstoyanov
Copy link
Collaborator Author

Do we want RMSE of the vector or per element?

"mean" error means average across all elements, per-element will have to average over time or some external dimension, or it is simply an error vector of some sort. The old code did compute it down to a scalar, even if it is not obvious due to the overuse of auto

Co-authored-by: Steven Hahn <[email protected]>
@mkstoyanov mkstoyanov merged commit 4d60c8f into project-asgard:develop Jul 12, 2024
11 checks passed
@mkstoyanov mkstoyanov deleted the just_wrong branch July 12, 2024 14:09
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

Successfully merging this pull request may close these issues.

2 participants