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

School Escort uses too much memory #786

Closed
jpn-- opened this issue Jan 30, 2024 · 2 comments
Closed

School Escort uses too much memory #786

jpn-- opened this issue Jan 30, 2024 · 2 comments
Labels
Performance Changes that improve performance

Comments

@jpn--
Copy link
Member

jpn-- commented Jan 30, 2024

...

@jpn-- jpn-- added the Bug Something isn't working/bug f label Jan 30, 2024
@dhensle
Copy link
Contributor

dhensle commented Feb 6, 2024

Some low-hanging fruit to be addressed first:

  • Current model deals with households without children by applying availability conditions. We can just remove these households from the chooser table all together.
  • Move expensive expressions to the preprocessor such as logs.

@dhensle dhensle added Performance Changes that improve performance and removed Bug Something isn't working/bug f labels Feb 27, 2024
@dhensle
Copy link
Contributor

dhensle commented Feb 27, 2024

Addressed with #806 and ActivitySim/activitysim-prototype-mtc#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Changes that improve performance
Projects
Status: Done
Development

No branches or pull requests

2 participants