-
Notifications
You must be signed in to change notification settings - Fork 135
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
fix optimizer writeStep final (if optimization ends for reaching the limit number of iterations) #2387
Closed
Closed
fix optimizer writeStep final (if optimization ends for reaching the limit number of iterations) #2387
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d2f4ec3
Closes #2386
alfoa 254f49a
regolded GA that did not print final solution (when the optimization …
alfoa 90536b0
Update ravenframework/Steps/MultiRun.py
alfoa 2b68e5c
if the printing is done, don't print
alfoa ff47a1a
Merge branch 'alfoa/fixOptimizerWriteStepFinal' of github.com:idahola…
alfoa 39c5a39
xml
alfoa e8b15fd
Update tests/framework/Optimizers/GeneticAlgorithms/discrete/unconstr…
alfoa 5fe5932
test pinned library
alfoa c1bdd2f
Merge branch 'alfoa/fixOptimizerWriteStepFinal' of github.com:idahola…
alfoa d9c9dcc
trying with 5.1.0
alfoa 57d648c
trying version of ray and redis that worked on windows
alfoa 50828f1
trying version of ray and redis that worked on windows
alfoa e63c1e2
changed approach to fix the issue. This is much cleaner and less conf…
alfoa 3164cbc
Apply suggestions from code review
alfoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is required because redis released a new version on Oct 24 2024 (5.2) and this new version is not compatible with ray 2.6 (causing the Windows test to fail).
See https://pypi.org/project/redis/#history
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.
well changing the dependency does not help.... @joshua-cogliati-inl no idea