1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
.. _sphx_glr_auto_examples_sampler:
.. _sampler_examples:
Initial sampling functions
--------------------------
Examples concerning the :mod:`skopt.sampler` module.
.. raw:: html
<div class="sphx-glr-thumbnails">
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Holger Nahrstaedt 2020">
.. only:: html
.. image:: /auto_examples/sampler/images/thumb/sphx_glr_sampling_comparison_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_sampler_sampling_comparison.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Comparing initial point generation methods</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Holger Nahrstaedt 2020 Sigurd Carlsen October 2019">
.. only:: html
.. image:: /auto_examples/sampler/images/thumb/sphx_glr_initial-sampling-method_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_sampler_initial-sampling-method.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Comparing initial sampling methods</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Holger Nahrstaedt 2020 Sigurd Carlsen October 2019">
.. only:: html
.. image:: /auto_examples/sampler/images/thumb/sphx_glr_initial-sampling-method-integer_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_sampler_initial-sampling-method-integer.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Comparing initial sampling methods on integer space</div>
</div>
.. raw:: html
</div>
.. toctree::
:hidden:
/auto_examples/sampler/sampling_comparison
/auto_examples/sampler/initial-sampling-method
/auto_examples/sampler/initial-sampling-method-integer
|