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

Pack according to domains #19

Closed
wants to merge 5 commits into from
Closed

Pack according to domains #19

wants to merge 5 commits into from

Conversation

ma3ke
Copy link
Collaborator

@ma3ke ma3ke commented Apr 2, 2024

Resolves #1

Requires some extensive testing, because we still want to see a nice and well-stirred result. Particularly for cases where the number of segments to be placed is smaller, we need to make sure that things are still uniformly distributed.

  • Test whether the distribution is still nice and uniform where we need it to be.
  • Is the quality of the packing still solid? (On Bart's suggestion, we can try to pack using the wave method proposed here and see whether we can still pack more structures onto that same space with our previous whole-space convolution strategy.)
  • Investigate the performance hit.
  • Investigate and describe the memory footprint improvement.

@ma3ke
Copy link
Collaborator Author

ma3ke commented Apr 2, 2024

Just a quick in-progress pull request. Still working on it. See issue #1 for some info on what is left to do and left to verify before we merge this.

ma3ke added 2 commits April 3, 2024 14:40
The storage of the background has a four-fold reduced memory footprint
with this change, at the cost of converting to float32-arrays between
functions.
@ma3ke
Copy link
Collaborator Author

ma3ke commented Sep 20, 2024

This was a cute attempt at an earlier state of affairs for bentopy. It served as a valuable experiment!

Closing.

@ma3ke ma3ke closed this Sep 20, 2024
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.

Place segments over partitions of the background to limit memory footprint
1 participant