Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_mesh: Hyperparameters #3

Open
m-kruse98 opened this issue Nov 4, 2021 · 1 comment
Open

get_mesh: Hyperparameters #3

m-kruse98 opened this issue Nov 4, 2021 · 1 comment

Comments

@m-kruse98
Copy link

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"?

@renesass
Copy link
Contributor

renesass commented Nov 5, 2021

The configspace consists of hyperparameters. All given (float) hyperparameters inside the configspace have lower and upper bounds. Chose them for your linspace function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants