-
Notifications
You must be signed in to change notification settings - Fork 133
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
Opt constraints tests #236
Opt constraints tests #236
Conversation
…ep sizing in multiple levels, and it needs different convergence tolerances for each ML step
…uter-level step sizes, number of steps in each outer level, and relaxed convergence for some number of iterations
…ectory 1 that needs attention
…zation works, it does not work with multiple opt point evaluations as it is implemented currently. From this commit, we begin reworking the submission process so that it will work.
…e gradient evals into localStillReady now, probably
…h and shrink parameters
…ring, like traj 2 after 2_18_0 is collected
…erateInput instead of localStillReady, which means we might not be as ready as we thought sometimes.
…be working as desired
@@ -436,7 +436,7 @@ def initialize(self,externalSeeding=None,solutionExport=None): | |||
for trajInd in self.optTraj: | |||
for varname in self.getOptVars(): | |||
varK[varname] = self.optVarsInit['initial'][varname][trajInd] | |||
satisfied, _ = self.checkConstraint(self.normalizeData(varK)) | |||
satisfied, _ = self.checkConstraint(varK) |
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.
Thanks
0.0,1.23350487406,-1.63980124837,19.5238896591,22.0 | ||
>>>>>>> devel |
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.
conflict did not get solved here.
@@ -0,0 +1,73 @@ | |||
<?xml version="1.0" ?> | |||
<Simulation> |
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.
<TestInfo>
missing
<RunInfo> | ||
<WorkingDir>MultipleTraj</WorkingDir> | ||
<Sequence>optimize,print</Sequence> | ||
</RunInfo> |
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.
<TestInfo>
missing
<RunInfo> | ||
<WorkingDir>Simple</WorkingDir> | ||
<Sequence>optimize,print</Sequence> | ||
</RunInfo> |
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.
<TestInfo>
missing
<RunInfo> | ||
<WorkingDir>StepSize</WorkingDir> | ||
<Sequence>optimize,print</Sequence> | ||
</RunInfo> |
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.
as above
<RunInfo> | ||
<WorkingDir>Summary</WorkingDir> | ||
<Sequence>optimize,getOptPoint,print</Sequence> | ||
</RunInfo> |
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.
as above. Sorry for multiple messages
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.
No problem! Sorry I forgot this syntax.
The reason of the failure for @PaulTalbot-INL even if this does not relate to this MR, can you change the test to use a batchsize of 1 or change the CSV we compare to (using UnorderedCSV)? |
Ok, sure. |
Ok. Comments have been addressed... Once the tests pass, this PR can be accepted |
@bobkinl With the two merges today, we're set for another push to Hybrid, if you have the time this week. |
I'm on it. |
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
Closes #46.
What are the significant changes in functionality due to this change request?
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.