[DEFECT] Optimizer type not modified in MultiRun Step #366
Labels
defect
Something isn't working
priority-minor
tasks or issues that are not time-sensitive or critical
Defect Description
Describe the defect
What did you expect to see happen?
When selecting the Bayesian Optimizer setting for optimization in a HERON input script and subsequently running HERON on the input script, the resulting
outer.xml
still has an optimization step in the<MultiRun>
node that denotes the "GradientDescent" strategy instead.I expected to see the BayesianOptimizer type specified in the
<MultiRun>
node.NOTE: the Bayesian Optimization strategy is still used correctly since it calls on
cap_opt
which is defined to be aBayesianOpt
node.Do you have a suggested fix for the development team?
This should be fixed in
template_driver.py
.Describe how to Reproduce
Steps to reproduce the behavior:
1.
2.
3.
4.
Screenshots and Input Files
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
Platform (please complete the following information):
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: