-
Notifications
You must be signed in to change notification settings - Fork 168
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
refactor: Large GSF refactoring #1629
refactor: Large GSF refactoring #1629
Conversation
Hmm the trackstate hashes seem to be not reproducible... Maybe we have uninitialized memory somethere, I'll check that. |
or rng maybe? |
Then that's a problem too because all RNGs should be pseudo. |
I'm pretty sure the reason is that I ask the MultiTrajectory to allocate memory for smoothed, but do not assign it, also because only trackstates hashes differ and not the tracksummary hashes... |
This is a major refactoring of the GSF. It changes the propagation structure, and the way the GSF records states to the `MultiTrajectory`. It also removes the smoothing code, since it is not really useful at the moment, as the component states are not exported anyways. should be merged after acts-project#1609 and acts-project#1627 and acts-project#1628 We should add performance monitoring in this or a later PR Fixes acts-project#1666
This is a major refactoring of the GSF. It changes the propagation structure, and the way the GSF records states to the
MultiTrajectory
. It also removes the smoothing code, since it is not really useful at the moment, as the component states are not exported anyways.should be merged after #1609 and #1627 and #1628
We should add performance monitoring in this or a later PR
Fixes #1666