3c956a6c512724ca3f75062ffcae40dfc0568427,examples/sampler/initial-sampling-method.py,,,#,50

Before Change


n_samples = 10

space = Space([(-5., 10.), (0., 15.)])
space.set_transformer("normalize")

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Random sampling
// ---------------

After Change


x = grid.generate(space.dimensions, n_samples)
plot_searchspace(x, "Grid")
pdist_data.append(pdist(x).flatten())
x_label.append("grid")

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Pdist boxplot of all methods
// ----------------------------
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: scikit-optimize/scikit-optimize
Commit Name: 3c956a6c512724ca3f75062ffcae40dfc0568427
Time: 2020-02-20
Author: holgernahrstaedt@gmx.de
File Name: examples/sampler/initial-sampling-method.py
Class Name:
Method Name:


Project Name: scikit-optimize/scikit-optimize
Commit Name: 24b57d44d27fc6a9a9c4dff4cac5c7c7d8025e67
Time: 2020-02-20
Author: holgernahrstaedt@gmx.de
File Name: examples/sampler/initial-sampling-method-integer.py
Class Name:
Method Name:


Project Name: scikit-optimize/scikit-optimize
Commit Name: 24b57d44d27fc6a9a9c4dff4cac5c7c7d8025e67
Time: 2020-02-20
Author: holgernahrstaedt@gmx.de
File Name: examples/sampler/initial-sampling-method.py
Class Name:
Method Name:


Project Name: scikit-optimize/scikit-optimize
Commit Name: 3c956a6c512724ca3f75062ffcae40dfc0568427
Time: 2020-02-20
Author: holgernahrstaedt@gmx.de
File Name: examples/sampler/initial-sampling-method-integer.py
Class Name:
Method Name: