microprediction/humpday

What does `n_dim` mean?

Opened this issue · 2 comments

In the example at https://github.com/microprediction/humpday/blob/main/black_box_optimization_package_recommender.ipynb there is n_dim=4. However the defined function my_objective has only dimension 2. What does it mean when n_dim is larger than the number of dimensions in the argument for the objective function?

Ignores vars 3 and 4

So, what is the use of it then. Can it be set automatically even.
[is it bad to ignore unused parameters]