Skip to content

Commit

Permalink
Fixed bug when not installing SMT
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussemaker committed Jan 6, 2025
1 parent 7347ab9 commit df35d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sb_arch_opt/algo/arch_sbo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ class BaseDesignSpace:
class SurrogateModel:
pass

class RBF:
pass

__all__ = ['check_dependencies', 'HAS_ARCH_SBO', 'HAS_SMT', 'ModelFactory', 'MixedDiscreteNormalization', 'SBArchOptDesignSpace',
'MultiSurrogateModel', 'FixedRBF']

Expand Down

0 comments on commit df35d57

Please sign in to comment.