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

#324 implement centralized memory constraint #325

Merged
merged 5 commits into from
Jul 20, 2023

Conversation

lifflander
Copy link
Contributor

Fixes #324

Still very much a draft. Need to figure out better way for comparison operator.

@lifflander lifflander changed the base branch from develop to 314-implement-upper-bound-constrained-optimization December 9, 2022 21:55
Base automatically changed from 314-implement-upper-bound-constrained-optimization to develop December 10, 2022 09:02
Copy link
Contributor

@ppebay ppebay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass with suggestions as this PR is still WIP

@lifflander lifflander force-pushed the 324-implement-centralized-memory-constraint branch 2 times, most recently from b9d97fd to ce300c2 Compare December 15, 2022 22:54
@lifflander lifflander force-pushed the 324-implement-centralized-memory-constraint branch from ce300c2 to 34b1407 Compare January 12, 2023 23:09
@lifflander lifflander marked this pull request as ready for review January 12, 2023 23:17
src/lbaf/Utils/logger.py Outdated Show resolved Hide resolved
Copy link
Contributor

@ppebay ppebay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR approved but creating follow-on issue for documentation #348

src/lbaf/Utils/logger.py Outdated Show resolved Hide resolved
@ppebay
Copy link
Contributor

ppebay commented Feb 26, 2023

Reviewed/approved -- @lifflander please feel free to merge if you do not intend to make additional changes to this PR.

@ppebay ppebay changed the title 324 implement centralized memory constraint #324 implement centralized memory constraint Feb 26, 2023
@lifflander lifflander force-pushed the 324-implement-centralized-memory-constraint branch from d120690 to 20d875b Compare June 14, 2023 21:25
@ppebay ppebay self-requested a review June 15, 2023 07:57
Copy link
Contributor

@ppebay ppebay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change; I made some other comments however

src/lbaf/Applications/LBAF_app.py Outdated Show resolved Hide resolved
src/lbaf/Model/lbsRank.py Show resolved Hide resolved
@ppebay
Copy link
Contributor

ppebay commented Jul 18, 2023

Reviving this PR
I revisited my comments above, any feedback @lifflander?

@ppebay ppebay self-assigned this Jul 19, 2023
Copy link
Contributor

@ppebay ppebay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made requested changes.

Please @lifflander have last look and merge at your convenience thanks

@lifflander
Copy link
Contributor Author

Your changes look good to me. I can't approve it because it's my PR.

Were you going to to change the < operator to be more general than just compare load?

@ppebay
Copy link
Contributor

ppebay commented Jul 20, 2023

@lifflander please have a look at #412 tx

@ppebay ppebay merged commit 1a2aa50 into develop Jul 20, 2023
4 of 8 checks passed
@ppebay ppebay deleted the 324-implement-centralized-memory-constraint branch July 20, 2023 17:12
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.

Implement centralized memory-constraint algorithm from C++ code
2 participants