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
I dont understand how the hyperparameters are part of choosing points from our data. Do we have to filter out points not within the bounds?
In my approach I am currently just choosing the first points from the dataset and construct the matrix from there. This is obviously not the right solution.
What is meant by "Consider the lower and upper bounds using the configspace"?
The text was updated successfully, but these errors were encountered:
The configspace consists of hyperparameters. All given (float) hyperparameters inside the configspace have lower and upper bounds. Chose them for your linspace function.
I dont understand how the hyperparameters are part of choosing points from our data. Do we have to filter out points not within the bounds?
In my approach I am currently just choosing the first points from the dataset and construct the matrix from there. This is obviously not the right solution.
What is meant by "Consider the lower and upper bounds using the configspace"?
The text was updated successfully, but these errors were encountered: