Skip to content

Commit

Permalink
Add more imports for surrogate modeling (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Beattie <[email protected]>
(cherry picked from commit 7231d05)
  • Loading branch information
anujad95 authored and lbianchi-lbl committed Oct 21, 2020
1 parent 1dec8e4 commit d39460c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foqus_lib/framework/optimizer/SM_Optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
ConcreteModel,
PositiveReals,
value,
log,
exp
)
from pyomo.opt import SolverFactory
import pyutilib.subprocess.GlobalData
Expand Down

0 comments on commit d39460c

Please sign in to comment.