You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, design_space.py contains two DesignSpace implementations:
DesignSpace based on ConfigSpace
DesignSpaceGraph based on ADSG
These classes should be put in separate files and should be renamed to reflect their specialization (ConfigSpaceDesignSpaceImpl ?, AdsgDesignSpaceImpl ?)
The text was updated successfully, but these errors were encountered:
At the moment,
design_space.py
contains twoDesignSpace
implementations:DesignSpace
based onConfigSpace
DesignSpaceGraph
based onADSG
These classes should be put in separate files and should be renamed to reflect their specialization (
ConfigSpaceDesignSpaceImpl
?,AdsgDesignSpaceImpl
?)The text was updated successfully, but these errors were encountered: