Question about using 'percent_change' vs 'convergence_tolerance' in JEGA algorithms #215
Unanswered
MadelineLM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are users supposed to be able to use both 'convergence_tolerance' and 'percent_change' in the same dakota input file? I ask because it seems like if you are using both in a JEGA algorithm (ex: SOGA), that the JEGAGlobal.log reports the "Max allowable % change" as being whichever input you added last in your dakota input file (i.e. whichever is lower down in your file).
Example:
If my dakota input file looks like this:
the JEGAGlobal.log will report the "Max allowable & change" as 0.1.
However, if my dakota input file looks like this:
then the "Max allowable % change" reported in my JEGAGlobal.log is 1e-06.
Are these supposed to be interchangeable and behave like this, or should they not be overriding each other like this?
Beta Was this translation helpful? Give feedback.
All reactions