Skip to content

Commit 9f353ce

Browse files
committed
Pushing the docs for revision for branch: master, commit fe13709dfc42f76de11f9f0b680fbef62c2ff433
1 parent c025d80 commit 9f353ce

File tree

98 files changed

+318
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+318
-318
lines changed
Binary file not shown.
Binary file not shown.

_sources/auto_examples/ask-and-tell.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ and report the value back to the optimizer:
175175
fun: -0.032758350111535384
176176
func_vals: array([-0.03275835])
177177
models: []
178-
random_state: RandomState(MT19937) at 0x7F378A1A7A40
178+
random_state: RandomState(MT19937) at 0x7F55B6892A40
179179
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='identity')])
180180
specs: None
181181
x: [-1.7121321838148869]
@@ -312,7 +312,7 @@ meantime:
312312
313313
.. rst-class:: sphx-glr-timing
314314

315-
**Total running time of the script:** ( 0 minutes 2.811 seconds)
315+
**Total running time of the script:** ( 0 minutes 2.964 seconds)
316316

317317

318318
.. _sphx_glr_download_auto_examples_ask-and-tell.py:

_sources/auto_examples/bayesian-optimization.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ provide the following information:
267267
n_restarts_optimizer=2, noise=0.010000000000000002,
268268
normalize_y=True, optimizer='fmin_l_bfgs_b',
269269
random_state=822569775)]
270-
random_state: RandomState(MT19937) at 0x7F37D9B6CE40
270+
random_state: RandomState(MT19937) at 0x7F56082C5E40
271271
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')])
272-
specs: {'args': {'func': <function f at 0x7f37da10ce50>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
272+
specs: {'args': {'func': <function f at 0x7f5608268040>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
273273
kernel=1**2 * Matern(length_scale=1, nu=2.5),
274274
n_restarts_optimizer=2, noise=0.010000000000000002,
275275
normalize_y=True, optimizer='fmin_l_bfgs_b',
276-
random_state=822569775), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7F37D9B6CE40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
276+
random_state=822569775), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7F56082C5E40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
277277
x: [-0.35076964213550554]
278278
x_iters: [[-0.009345334109402526], [1.2713537644662787], [0.4484475787090836], [1.0854396754496047], [1.4426790855107496], [0.9698921802985794], [-0.4464493263345515], [-0.6474638307563569], [-0.35076964213550554], [-0.28714768066245777], [-0.2968537677230516], [-2.0], [2.0], [-1.3149517821938494], [-0.3218160845454081]]
279279
@@ -305,7 +305,7 @@ the last iteration:
305305
.. code-block:: none
306306
307307
308-
<matplotlib.axes._subplots.AxesSubplot object at 0x7f375571de20>
308+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f5608bf0c70>
309309
310310
311311
@@ -476,7 +476,7 @@ because the GP does not gain anything more by further exploration:
476476

477477
.. rst-class:: sphx-glr-timing
478478

479-
**Total running time of the script:** ( 0 minutes 2.973 seconds)
479+
**Total running time of the script:** ( 0 minutes 3.106 seconds)
480480

481481

482482
.. _sphx_glr_download_auto_examples_bayesian-optimization.py:

_sources/auto_examples/exploration-vs-exploitation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ recalculated.
562562

563563
.. rst-class:: sphx-glr-timing
564564

565-
**Total running time of the script:** ( 0 minutes 58.925 seconds)
565+
**Total running time of the script:** ( 0 minutes 58.599 seconds)
566566

567567

568568
.. _sphx_glr_download_auto_examples_exploration-vs-exploitation.py:

_sources/auto_examples/hyperparameter-optimization.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ Convergence plot
207207
.. code-block:: none
208208
209209
210-
<matplotlib.axes._subplots.AxesSubplot object at 0x7f37da3d7c70>
210+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f56089d47c0>
211211
212212
213213
214214
215215
.. rst-class:: sphx-glr-timing
216216

217-
**Total running time of the script:** ( 2 minutes 36.309 seconds)
217+
**Total running time of the script:** ( 2 minutes 9.208 seconds)
218218

219219

220220
.. _sphx_glr_download_auto_examples_hyperparameter-optimization.py:

_sources/auto_examples/interruptible-optimization.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ and pass it to the minimizer:
163163
n_restarts_optimizer=2, noise='gaussian',
164164
normalize_y=True, optimizer='fmin_l_bfgs_b',
165165
random_state=655685735)]
166-
random_state: RandomState(MT19937) at 0x7F37D9B6C940
166+
random_state: RandomState(MT19937) at 0x7F56082C5940
167167
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
168-
specs: {'args': {'func': <function obj_fun at 0x7f37da282310>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
168+
specs: {'args': {'func': <function obj_fun at 0x7f560897cd30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
169169
kernel=1**2 * Matern(length_scale=1, nu=2.5),
170170
n_restarts_optimizer=2, noise='gaussian',
171171
normalize_y=True, optimizer='fmin_l_bfgs_b',
172-
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7F37D9B6C940, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f37555d8160>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
172+
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7F56082C5940, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f5581ea28b0>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
173173
x: [20.0]
174174
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]]
175175
@@ -321,14 +321,14 @@ The previous results can then be used to continue the optimization process:
321321
n_restarts_optimizer=2, noise='gaussian',
322322
normalize_y=True, optimizer='fmin_l_bfgs_b',
323323
random_state=655685735)]
324-
random_state: RandomState(MT19937) at 0x7F37D9B6C940
324+
random_state: RandomState(MT19937) at 0x7F56082C5940
325325
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
326-
specs: {'args': {'func': <function obj_fun at 0x7f37da282310>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
326+
specs: {'args': {'func': <function obj_fun at 0x7f560897cd30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
327327
kernel=1**2 * Matern(length_scale=1, nu=2.5),
328328
n_restarts_optimizer=2, noise='gaussian',
329329
normalize_y=True, optimizer='fmin_l_bfgs_b',
330330
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]], 'y0': array([-0.04682088, -0.08228249, -0.00653801, -0.07133619, 0.09063509,
331-
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7F37D9B6C940, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f37555d8160>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
331+
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7F56082C5940, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f5581ea28b0>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
332332
x: [20.0]
333333
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0], [20.0], [20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0]]
334334
@@ -350,7 +350,7 @@ for more information on how the results get saved and possible caveats
350350

351351
.. rst-class:: sphx-glr-timing
352352

353-
**Total running time of the script:** ( 0 minutes 4.123 seconds)
353+
**Total running time of the script:** ( 0 minutes 4.101 seconds)
354354

355355

356356
.. _sphx_glr_download_auto_examples_interruptible-optimization.py:

_sources/auto_examples/optimizer-with-different-base-estimator.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Test different kernels
292292

293293
.. rst-class:: sphx-glr-timing
294294

295-
**Total running time of the script:** ( 0 minutes 12.441 seconds)
295+
**Total running time of the script:** ( 0 minutes 11.601 seconds)
296296

297297

298298
.. _sphx_glr_download_auto_examples_optimizer-with-different-base-estimator.py:

_sources/auto_examples/parallel-optimization.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ scikit-optimize.
119119
120120
.. rst-class:: sphx-glr-timing
121121

122-
**Total running time of the script:** ( 1 minutes 32.650 seconds)
122+
**Total running time of the script:** ( 1 minutes 36.315 seconds)
123123

124124

125125
.. _sphx_glr_download_auto_examples_parallel-optimization.py:

_sources/auto_examples/plots/partial-dependence-plot-with-categorical.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ parsing a list as the pars argument:
190190

191191
.. rst-class:: sphx-glr-timing
192192

193-
**Total running time of the script:** ( 0 minutes 24.783 seconds)
193+
**Total running time of the script:** ( 0 minutes 24.567 seconds)
194194

195195

196196
.. _sphx_glr_download_auto_examples_plots_partial-dependence-plot-with-categorical.py:

_sources/auto_examples/plots/partial-dependence-plot.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ as the minimum argument:
259259

260260
.. rst-class:: sphx-glr-timing
261261

262-
**Total running time of the script:** ( 3 minutes 41.673 seconds)
262+
**Total running time of the script:** ( 3 minutes 40.225 seconds)
263263

264264

265265
.. _sphx_glr_download_auto_examples_plots_partial-dependence-plot.py:

_sources/auto_examples/plots/sg_execution_times.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Computation times
77
=================
8-
**12:25.889** total execution time for **auto_examples_plots** files:
8+
**11:50.692** total execution time for **auto_examples_plots** files:
99

1010
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 08:19.434 | 0.0 MB |
11+
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 07:45.900 | 0.0 MB |
1212
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 03:41.673 | 0.0 MB |
13+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 03:40.225 | 0.0 MB |
1414
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:24.783 | 0.0 MB |
15+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:24.567 | 0.0 MB |
1616
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+

_sources/auto_examples/plots/visualizing-results.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ in both the placement of samples and the partial dependence plots.
359359

360360
.. rst-class:: sphx-glr-timing
361361

362-
**Total running time of the script:** ( 8 minutes 19.434 seconds)
362+
**Total running time of the script:** ( 7 minutes 45.900 seconds)
363363

364364

365365
.. _sphx_glr_download_auto_examples_plots_visualizing-results.py:

_sources/auto_examples/sg_execution_times.rst.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
Computation times
77
=================
8-
**21:23.214** total execution time for **auto_examples** files:
8+
**17:22.265** total execution time for **auto_examples** files:
99

1010
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 14:37.786 | 0.0 MB |
11+
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 10:54.176 | 0.0 MB |
1212
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 02:36.309 | 0.0 MB |
13+
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 02:09.208 | 0.0 MB |
1414
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 01:32.650 | 0.0 MB |
15+
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 01:36.315 | 0.0 MB |
1616
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:12.301 | 0.0 MB |
17+
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:19.138 | 0.0 MB |
1818
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
19-
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 00:58.925 | 0.0 MB |
19+
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 00:58.599 | 0.0 MB |
2020
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
21-
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:12.441 | 0.0 MB |
21+
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:11.601 | 0.0 MB |
2222
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
23-
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:04.123 | 0.0 MB |
23+
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:04.101 | 0.0 MB |
2424
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
25-
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:02.973 | 0.0 MB |
25+
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:03.106 | 0.0 MB |
2626
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
27-
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:02.897 | 0.0 MB |
27+
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:03.057 | 0.0 MB |
2828
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
29-
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:02.811 | 0.0 MB |
29+
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:02.964 | 0.0 MB |
3030
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+

_sources/auto_examples/sklearn-gridsearchcv-replacement.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ calculated with `total_iterations` property, as in the code below.
364364
365365
.. rst-class:: sphx-glr-timing
366366

367-
**Total running time of the script:** ( 1 minutes 12.301 seconds)
367+
**Total running time of the script:** ( 1 minutes 19.138 seconds)
368368

369369

370370
.. _sphx_glr_download_auto_examples_sklearn-gridsearchcv-replacement.py:

_sources/auto_examples/store-and-load-results.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ And load from file using :class:`skopt.load`:
174174
.. code-block:: none
175175
176176
177-
-0.19303607922775187
177+
-0.18355210652121143
178178
179179
180180
@@ -208,7 +208,7 @@ level (highest in this case):
208208
.. code-block:: none
209209
210210
Without compression: 80120 bytes
211-
Compressed with gz: 18874 bytes
211+
Compressed with gz: 18384 bytes
212212
213213
214214
@@ -296,7 +296,7 @@ copy is created:
296296
297297
.. rst-class:: sphx-glr-timing
298298

299-
**Total running time of the script:** ( 0 minutes 2.897 seconds)
299+
**Total running time of the script:** ( 0 minutes 3.057 seconds)
300300

301301

302302
.. _sphx_glr_download_auto_examples_store-and-load-results.py:

_sources/auto_examples/strategy-comparison.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Note that this can take a few minutes.
206206
.. code-block:: none
207207
208208
209-
<matplotlib.legend.Legend object at 0x7f375564a820>
209+
<matplotlib.legend.Legend object at 0x7f5581ce29d0>
210210
211211
212212
@@ -227,7 +227,7 @@ values that are below the true value simply because they are fluctuations.
227227

228228
.. rst-class:: sphx-glr-timing
229229

230-
**Total running time of the script:** ( 14 minutes 37.786 seconds)
230+
**Total running time of the script:** ( 10 minutes 54.176 seconds)
231231

232232

233233
.. _sphx_glr_download_auto_examples_strategy-comparison.py:

0 commit comments

Comments
 (0)