Replies: 2 comments
|
This is a long-term goal of ours, but becoming more and more important |
0 replies
|
I've transferred this to a discussion to make this easier to track suggestions. A few things I've noticed in the matching that we can improve:
Maybe there is a way to implement scipy's @sgossage you've been working on this code a lot recently with the RAM usage, do you have suggestions for possible speed-ups? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On average these steps each take ~0.6s per binary, and are run often. The principal reason is due to matching to the single star grids. Can we improve the algorithm to speed it up? This is the most time-intensive step in our binary population synthesis.
All reactions