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

Allow priorities to be Floats #77

Closed
wants to merge 4 commits into from

Conversation

hdavid16
Copy link
Member

Extended the store and container objects so that priorities are not restricted to being integers.
This is a more general expression of priority which may make it easier at some point to use rank functions (#75).
This also avoids having to normalize (and sometimes scaling) priorities so that they are integer in queueing systems.

Extended the store and container objects so that priorities are not restricted to being integers.
This is a more general expression of priority which may make it easier at some point to use rank functions (JuliaDynamics#75).
This also avoids having to normalize (and sometimes scaling) priorities so that they are integer in queueing systems.
@hdavid16
Copy link
Member Author

hdavid16 commented Feb 4, 2022

@BenLauwens can you review this PR? Thanks

@hdavid16
Copy link
Member Author

@BenLauwens ?

@hdavid16
Copy link
Member Author

Ping @BenLauwens

@Krastanov
Copy link
Member

@hdavid16 , could you consider resolving the conflicts so we can try to merge this?

@hdavid16
Copy link
Member Author

hdavid16 commented Jun 5, 2023

Yes. Will do

@hdavid16
Copy link
Member Author

hdavid16 commented Jul 9, 2023

With the migration to JuliaDynamics, there are too many conflicts, despite it being a simple PR. I'll just open a new PR and add the 16 changes where priority is changed from Int to Number. This will allow passing floats to the priority.

@hdavid16 hdavid16 closed this Jul 9, 2023
@hdavid16 hdavid16 mentioned this pull request Jul 9, 2023
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