-
Notifications
You must be signed in to change notification settings - Fork 4
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
Parallelization unnecessary external calls fix #126
Conversation
lmseidler
commented
Feb 17, 2025
- Stopped the program from calling unnecessary externals by checking stop_event before every external call in iterative_optimization
- Added some comments to better understand the current workings of the parallelization
Signed-off-by: Marcel Müller <[email protected]>
Signed-off-by: Marcel Müller <[email protected]>
Signed-off-by: Marcel Müller <[email protected]>
Signed-off-by: Marcel Müller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the code style type of things, looks great!
And can you add the respective change to EDIT: Done. |
Signed-off-by: Marcel Müller <[email protected]>
What do you think about my additions? For |
Co-authored-by: Marcel Mueller <[email protected]>
this should finally also be merged with the dev/gp3_ipea branch |
Agree! |
Co-authored-by: Marcel Mueller <[email protected]>
Co-authored-by: Marcel Mueller <[email protected]>
Co-authored-by: Marcel Mueller <[email protected]>
looks good to me |