Skip to content

Commit

Permalink
Merge pull request #151 from relf/ft-moe
Browse files Browse the repository at this point in the history
MOE improvements
  • Loading branch information
relf committed Jun 11, 2019
2 parents 912e3c8 + f8b6882 commit 4feae51
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 107 deletions.
7 changes: 4 additions & 3 deletions smt/extensions/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ class Extensions(object):

if compiled_available:
_surrogate_type = {
'KRG': KRG,'LS': LS,'QP': QP,'KPLS':KPLS,'KPLSK':KPLSK,'GEKPLS':GEKPLS,
'RBF':RBF,'RMTC':RMTC,'RMTB':RMTB,'IDW':IDW}
'KRG': KRG, 'LS': LS, 'QP': QP,
'KPLS': KPLS, 'KPLSK': KPLSK, 'GEKPLS': GEKPLS,
'RBF': RBF, 'RMTC': RMTC, 'RMTB': RMTB, 'IDW': IDW}
else:
_surrogate_type = {
'KRG': KRG,'LS': LS,'QP': QP,'KPLS':KPLS,'KPLSK':KPLSK,'GEKPLS':GEKPLS}
'KRG': KRG, 'LS': LS, 'QP': QP, 'KPLS': KPLS, 'KPLSK': KPLSK, 'GEKPLS': GEKPLS}

def __init__(self, **kwargs):
"""
Expand Down
Loading

0 comments on commit 4feae51

Please sign in to comment.