:orphan:
..
Copyright 2021 IRT Saint Exupéry, https://www.irt-saintexupery.com
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative
Commons, PO Box 1866, Mountain View, CA 94042, USA.
Design of experiments (DOE)
===========================
The first examples show generic features common to all DOE algorithms.
Some of these algorithms are then illustrated below in a dedicated section.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /examples/doe/images/thumb/sphx_glr_plot_batch_sampling_thumb.png
:alt:
:ref:`sphx_glr_examples_doe_plot_batch_sampling.py`
.. raw:: html
Batch sampling
.. raw:: html
.. only:: html
.. image:: /examples/doe/images/thumb/sphx_glr_plot_seed_thumb.png
:alt:
:ref:`sphx_glr_examples_doe_plot_seed.py`
.. raw:: html
Change the seed of a DOE
.. raw:: html
.. only:: html
.. image:: /examples/doe/images/thumb/sphx_glr_plot_scenario_doe_thumb.png
:alt:
:ref:`sphx_glr_examples_doe_plot_scenario_doe.py`
.. raw:: html
Execute a scenario using a DOE
.. raw:: html
.. only:: html
.. image:: /examples/doe/images/thumb/sphx_glr_plot_skip_doe_samples_thumb.png
:alt:
:ref:`sphx_glr_examples_doe_plot_skip_doe_samples.py`
.. raw:: html
Skip samples when using DOE
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/examples/doe/plot_batch_sampling
/examples/doe/plot_seed
/examples/doe/plot_scenario_doe
/examples/doe/plot_skip_doe_samples
..
Copyright 2021 IRT Saint Exupéry, https://www.irt-saintexupery.com
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative
Commons, PO Box 1866, Mountain View, CA 94042, USA.
Algorithms
~~~~~~~~~~
Below are some examples of DOE algorithms proposed by |g|.
.. note::
You can find all the algorithms and their options
on `this page