Skip to content

Commit 34702a8

Browse files
committed
Pushing the docs to 0.7/ for branch: 0.7.X, commit 8caf37d9f0b630de9a994539f557d34937c03804
1 parent 7f0f6f9 commit 34702a8

File tree

99 files changed

+272
-276
lines changed

Some content is hidden

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

99 files changed

+272
-276
lines changed
Binary file not shown.
Binary file not shown.
8 Bytes
Binary file not shown.

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

+2-2
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 0x7FC3FBE26D40
178+
random_state: RandomState(MT19937) at 0x7F833EAFAD40
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 5.358 seconds)
315+
**Total running time of the script:** ( 0 minutes 5.175 seconds)
316316

317317
**Estimated memory usage:** 8 MB
318318

0.7/_sources/auto_examples/bayesian-optimization.rst.txt

+5-5
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 0x7FC3DE03E840
270+
random_state: RandomState(MT19937) at 0x7F8322CE7B40
271271
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')])
272-
specs: {'args': {'func': <function f at 0x7fc3d38709d0>, '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 0x7f832819e430>, '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 0x7FC3DE03E840, '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 0x7F8322CE7B40, '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.35076964188527904]
278278
x_iters: [[-0.009345334109402526], [1.2713537644662787], [0.4484475787090836], [1.0854396754496047], [1.4426790855107496], [0.9698921802985794], [-0.4464493263345517], [-0.6474638284799423], [-0.35076964188527904], [-0.28714767658880325], [-0.2968537755362253], [-2.0], [2.0], [-1.3149517825054502], [-0.32181607448732485]]
279279
@@ -305,7 +305,7 @@ the last iteration:
305305
.. code-block:: none
306306
307307
308-
<matplotlib.axes._subplots.AxesSubplot object at 0x7fc3dc9f3970>
308+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f831a6b7ac0>
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 4.146 seconds)
479+
**Total running time of the script:** ( 0 minutes 3.780 seconds)
480480

481481
**Estimated memory usage:** 8 MB
482482

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

+1-1
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 43.133 seconds)
565+
**Total running time of the script:** ( 0 minutes 34.924 seconds)
566566

567567
**Estimated memory usage:** 8 MB
568568

0.7/_sources/auto_examples/hyperparameter-optimization.rst.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,16 @@ Convergence plot
207207
.. code-block:: none
208208
209209
210-
<matplotlib.axes._subplots.AxesSubplot object at 0x7fc3dfff8790>
210+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f8320cacdc0>
211211
212212
213213
214214
215215
.. rst-class:: sphx-glr-timing
216216

217-
**Total running time of the script:** ( 0 minutes 35.734 seconds)
217+
**Total running time of the script:** ( 0 minutes 30.711 seconds)
218218

219-
**Estimated memory usage:** 37 MB
219+
**Estimated memory usage:** 33 MB
220220

221221

222222
.. _sphx_glr_download_auto_examples_hyperparameter-optimization.py:

0.7/_sources/auto_examples/interruptible-optimization.rst.txt

+7-7
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 0x7FC3DFF9FB40
166+
random_state: RandomState(MT19937) at 0x7F8322CE7B40
167167
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
168-
specs: {'args': {'func': <function obj_fun at 0x7fc3de066d30>, '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 0x7f8320d43d30>, '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 0x7FC3DFF9FB40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7fc3d3810af0>], '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 0x7F8322CE7B40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f831a509100>], '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 0x7FC3DFF9FB40
324+
random_state: RandomState(MT19937) at 0x7F8322CE7B40
325325
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
326-
specs: {'args': {'func': <function obj_fun at 0x7fc3de066d30>, '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 0x7f8320d43d30>, '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 0x7FC3DFF9FB40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7fc3d3810af0>], '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 0x7F8322CE7B40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f831a509100>], '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 3.889 seconds)
353+
**Total running time of the script:** ( 0 minutes 3.680 seconds)
354354

355355
**Estimated memory usage:** 8 MB
356356

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ Test different kernels
292292

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

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

297-
**Estimated memory usage:** 12 MB
297+
**Estimated memory usage:** 13 MB
298298

299299

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

0.7/_sources/auto_examples/parallel-optimization.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ scikit-optimize.
119119
120120
.. rst-class:: sphx-glr-timing
121121

122-
**Total running time of the script:** ( 0 minutes 33.788 seconds)
122+
**Total running time of the script:** ( 0 minutes 27.735 seconds)
123123

124-
**Estimated memory usage:** 30 MB
124+
**Estimated memory usage:** 29 MB
125125

126126

127127
.. _sphx_glr_download_auto_examples_parallel-optimization.py:

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

+1-1
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 33.105 seconds)
193+
**Total running time of the script:** ( 0 minutes 25.236 seconds)
194194

195195
**Estimated memory usage:** 34 MB
196196

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ as the minimum argument:
259259

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

262-
**Total running time of the script:** ( 5 minutes 20.554 seconds)
262+
**Total running time of the script:** ( 4 minutes 7.363 seconds)
263263

264-
**Estimated memory usage:** 8 MB
264+
**Estimated memory usage:** 9 MB
265265

266266

267267
.. _sphx_glr_download_auto_examples_plots_partial-dependence-plot.py:

0.7/_sources/auto_examples/plots/sg_execution_times.rst.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Computation times
77
=================
8-
**15:02.871** total execution time for **auto_examples_plots** files:
8+
**12:02.776** total execution time for **auto_examples_plots** files:
99

1010
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
11-
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 09:09.212 | 87.0 MB |
11+
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 07:30.177 | 87.8 MB |
1212
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
13-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 05:20.554 | 8.3 MB |
13+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 04:07.363 | 8.6 MB |
1414
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
15-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:33.105 | 33.5 MB |
15+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:25.236 | 34.3 MB |
1616
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ 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:** ( 9 minutes 9.212 seconds)
362+
**Total running time of the script:** ( 7 minutes 30.177 seconds)
363363

364-
**Estimated memory usage:** 87 MB
364+
**Estimated memory usage:** 88 MB
365365

366366

367367
.. _sphx_glr_download_auto_examples_plots_visualizing-results.py:

0.7/_sources/auto_examples/sg_execution_times.rst.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
Computation times
77
=================
8-
**07:05.894** total execution time for **auto_examples** files:
8+
**06:10.853** total execution time for **auto_examples** files:
99

1010
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
11-
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 03:44.902 | 65.2 MB |
11+
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 03:22.036 | 65.1 MB |
1212
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
13-
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 00:59.828 | 9.0 MB |
13+
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 00:50.878 | 8.8 MB |
1414
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
15-
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 00:43.133 | 8.2 MB |
15+
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 00:34.924 | 8.2 MB |
1616
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
17-
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 00:35.734 | 36.6 MB |
17+
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 00:30.711 | 32.8 MB |
1818
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
19-
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 00:33.788 | 29.6 MB |
19+
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 00:27.735 | 29.1 MB |
2020
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
21-
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:11.806 | 11.8 MB |
21+
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:09.161 | 13.0 MB |
2222
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
23-
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:05.358 | 8.3 MB |
23+
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:05.175 | 8.4 MB |
2424
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
25-
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:04.146 | 8.2 MB |
25+
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:03.780 | 8.2 MB |
2626
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
27-
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:03.889 | 8.3 MB |
27+
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:03.680 | 8.3 MB |
2828
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+
29-
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:03.311 | 11.9 MB |
29+
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:02.774 | 10.7 MB |
3030
+---------------------------------------------------------------------------------------------------------------------------+-----------+---------+

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ calculated with `total_iterations` property, as in the code below.
358358
359359
.. rst-class:: sphx-glr-timing
360360

361-
**Total running time of the script:** ( 0 minutes 59.828 seconds)
361+
**Total running time of the script:** ( 0 minutes 50.878 seconds)
362362

363363
**Estimated memory usage:** 9 MB
364364

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

+4-6
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ We will use the same optimization problem as in the
115115
warnings.warn("The objective has been evaluated "
116116
/home/circleci/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
117117
warnings.warn("The objective has been evaluated "
118-
/home/circleci/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
119-
warnings.warn("The objective has been evaluated "
120118
121119
122120
@@ -174,7 +172,7 @@ And load from file using :class:`skopt.load`:
174172
.. code-block:: none
175173
176174
177-
-0.09233683633169375
175+
-0.2423455753391654
178176
179177
180178
@@ -208,7 +206,7 @@ level (highest in this case):
208206
.. code-block:: none
209207
210208
Without compression: 80120 bytes
211-
Compressed with gz: 18683 bytes
209+
Compressed with gz: 19024 bytes
212210
213211
214212
@@ -296,9 +294,9 @@ copy is created:
296294
297295
.. rst-class:: sphx-glr-timing
298296

299-
**Total running time of the script:** ( 0 minutes 3.311 seconds)
297+
**Total running time of the script:** ( 0 minutes 2.774 seconds)
300298

301-
**Estimated memory usage:** 12 MB
299+
**Estimated memory usage:** 11 MB
302300

303301

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

0.7/_sources/auto_examples/strategy-comparison.rst.txt

+2-2
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 0x7fc3d3840610>
209+
<matplotlib.legend.Legend object at 0x7f8322d9f2e0>
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:** ( 3 minutes 44.902 seconds)
230+
**Total running time of the script:** ( 3 minutes 22.036 seconds)
231231

232232
**Estimated memory usage:** 65 MB
233233

0 commit comments

Comments
 (0)