-
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
Handling Constraints using feasibleFirst parameterless fitness #1455
Conversation
Job Test mac on d1508d2 : invalidated by @Jimmy-INL |
Job Mingw Test on 2518466 : invalidated by @Jimmy-INL |
Job Mingw Test on 336d7cd : invalidated by @Jimmy-INL |
Job Mingw Test on 91314f3 : invalidated by @Jimmy-INL |
Job Mingw Test on 086516c : invalidated by @Jimmy-INL |
@Jimmy-INL is this reviewable? |
tests/framework/AnalyticModels/optimizing/offset_parabola_GA2.py
Outdated
Show resolved
Hide resolved
tests/framework/AnalyticModels/optimizing/rosenbrockCubicConstrained1.py
Show resolved
Hide resolved
tests/framework/AnalyticModels/optimizing/rosenbrockCubicConstrained2.py
Show resolved
Hide resolved
...ramework/Optimizers/GeneticAlgorithms/continuous/constrained/testGAMishraBirdConstrained.xml
Show resolved
Hide resolved
@Jimmy-INL can you fix the conflicts ? |
Job Mingw Test on 45132cd : invalidated by @Jimmy-INL |
1 similar comment
Job Mingw Test on 45132cd : invalidated by @Jimmy-INL |
Job Test Ubuntu 18 PIP on 45132cd : invalidated by @Jimmy-INL |
Job Mingw Test on 45132cd : invalidated by @joshua-cogliati-inl checking civet. |
2 similar comments
Job Mingw Test on 45132cd : invalidated by @joshua-cogliati-inl checking civet. |
Job Mingw Test on 45132cd : invalidated by @joshua-cogliati-inl checking civet. |
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.
One place has a unordered dictionary that might be causing differences.
Hm, I don't see any other obvious uses of unordered dictionaries. |
Hm, looking at the results, what is happening with x and y in tests/framework/Optimizers/GeneticAlgorithms/continuous/constrained/rosenbrockCubicandLineConstrained/opt_export_0.csv?:
|
It would also be worth trying using the unordered csv checker instead of the ordered csv. |
Job Test mac on 9ed8de9 : invalidated by @Jimmy-INL |
Job Test Ubuntu 16 on bc82bc4 : invalidated by @mandd |
Job Test qsubs on bc82bc4 : invalidated by @mandd |
…hub.com/idaholab/raven into alfoa/mandd/Jimmy-GA-ConstraintHandling
Job Test qsubs on 52d53cd : invalidated by @aalfonsi |
Job Test Ubuntu 18-2 Python 3 on 52d53cd : invalidated by @aalfonsi |
Are we ready for merging this PR? |
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.
I have provided couple of comments for your consideration. In addition:
- please try to answer all reviewers' comments, even if we have discussed in person
- Please remove png files, I think you do not check the difference between png files, but just check the existence, right?
...ramework/Optimizers/GeneticAlgorithms/continuous/constrained/testGAMishraBirdConstrained.xml
Outdated
Show resolved
Hide resolved
...ptimizers/GeneticAlgorithms/continuous/constrained/testGARosenbrockDiskConstrainedInvLin.xml
Outdated
Show resolved
Hide resolved
...rk/Optimizers/GeneticAlgorithms/continuous/constrained/testGAMishraBirdConstrainedInvLin.xml
Show resolved
Hide resolved
.../framework/Optimizers/GeneticAlgorithms/continuous/constrained/testGATownsendConstrained.xml
Outdated
Show resolved
Hide resolved
|
@mandd I have couple of comments for this PR. |
Job Test Ubuntu 18-2 Python 3 on 8a50404 : invalidated by @mandd |
Can we merge this? |
Changes are good, and checklist is satisfied. |
@Jimmy-INL @mandd @aalfonsi FYI. I have merged this PR. Thanks @Jimmy-INL and @mandd. |
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
closes #1454 1454
What are the significant changes in functionality due to this change request?
enabling constraint handling in GA
For Change Control Board: Change Request Review
The following review must be completed by an authorized member of the Change Control Board.
<internalParallel>
to True.raven/tests/framework/user_guide
andraven/docs/workshop
) have been changed, the associated documentation must be reviewed and assured the text matches the example.