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

Adding Sugarscape IG - polars with numba vectorized loop #91

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4f5c6f9 View commit details
    Browse the repository at this point in the history
  2. splitting agent_type

    adamamer20 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1095dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e995b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    da6d27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f236b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9947bf0 View commit details
    Browse the repository at this point in the history
  4. fix: cuda target, not gpu

    adamamer20 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1d90c20 View commit details
    Browse the repository at this point in the history
  5. adding polars comparison

    adamamer20 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    77d6699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca9a7f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    3ceb1ef View commit details
    Browse the repository at this point in the history
  2. correcting dtypes

    adamamer20 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    01663c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dff9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2437b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    845aa61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced1d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Merge branch 'main' of https://github.com/projectmesa/mesa-frames int…

    …o 67-sugarscape-instantaneous-growback-polars-with-numba
    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b4f187f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b2803 View commit details
    Browse the repository at this point in the history
  3. fix: taking into account potential (max) sugar when creating the neig…

    …hborhood. For both numba and completely vectorized it's easier to reason this way then update the current sugar and "best moves" ranking when agents move
    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    5d65345 View commit details
    Browse the repository at this point in the history
  4. fix: considering priority (if there are previous order agents that mi…

    …ght make the same move and haven't found the optimal move yet). This avoids race conditions.
    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    862caa2 View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    feb8c6f View commit details
    Browse the repository at this point in the history
  6. clarifying with comments

    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a93a84d View commit details
    Browse the repository at this point in the history
  7. updating actual sugar before executing the step (NOTE: might be unnce…

    …ssary since we prepare the neighborhood looking at potential/max sugar anyway)
    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    801a98c View commit details
    Browse the repository at this point in the history
  8. whitespace fixes

    adamamer20 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dff31aa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    bea9770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b4df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac52026 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bed775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e86bb33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e40b83c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79698bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dedbec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef664ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbc14b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    284163b View commit details
    Browse the repository at this point in the history
  12. fix: comparing DFs

    adamamer20 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2806466 View commit details
    Browse the repository at this point in the history