Skip to content

Commit

Permalink
Increase limits to improve convergence.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Dec 12, 2024
1 parent 200c8f4 commit 3e25a8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</variable>
<TargetEvaluation class="DataObjects" type="PointSet">optOut</TargetEvaluation>
<samplerInit>
<limit>50</limit>
<limit>100</limit>
<initialSeed>42</initialSeed>
<writeSteps>every</writeSteps>
</samplerInit>
Expand All @@ -80,7 +80,7 @@
</ModelSelection>
<convergence>
<acquisition>1e-8</acquisition>
<persistence>5</persistence>
<persistence>10</persistence>
</convergence>
<Acquisition>
<ProbabilityOfImprovement>
Expand Down

0 comments on commit 3e25a8c

Please sign in to comment.