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
The function Configuration.check_valid_configuration() is documented to check whether a config is valid. However, it is not well specified when a configuration is valid.
Internally, the function calls:
However, the function check_configuration does not appear to check whether the specified config is in the bounds of the ConfigurationSpace. It appears to mainly check whether the Conditions are met
Is this intentional?
The text was updated successfully, but these errors were encountered:
The function
Configuration.check_valid_configuration()
is documented to check whether a config is valid. However, it is not well specified when a configuration is valid.Internally, the function calls:
However, the function
check_configuration
does not appear to check whether the specified config is in the bounds of the ConfigurationSpace. It appears to mainly check whether the Conditions are metIs this intentional?
The text was updated successfully, but these errors were encountered: