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

Plotting Spaced out Sparsity #1066

Merged
merged 9 commits into from
Nov 30, 2024

Conversation

anastasia21112
Copy link
Contributor

Changes

  • Reduce every matrix to 32x32
  • For every 2x2 block, count how many zeros and if >= 3, replace block with 1, else 0
  • Multiply the amount of nonzero elements in the 32x32 matrix by percentage sparsity
  • Plot this metric against the time for every algorithm

@ChrisRackauckas
Copy link
Member

The plot seems to have failed.

@ChrisRackauckas ChrisRackauckas merged commit ccfef91 into SciML:master Nov 30, 2024
2 checks passed
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