diff --git a/doc_src/_examples/post_process/algorithms/DOEScenario_SOM_10000_samples.png b/doc_src/_examples/post_process/algorithms/DOEScenario_SOM_10000_samples.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bfc39d655ef7d4f992343380bea376b25f82ee Binary files /dev/null and b/doc_src/_examples/post_process/algorithms/DOEScenario_SOM_10000_samples.png differ diff --git a/doc_src/_examples/post_process/algorithms/MDOScenario_SOM_v500.png b/doc_src/_examples/post_process/algorithms/MDOScenario_SOM_v500.png new file mode 100644 index 0000000000000000000000000000000000000000..96be03f0f826d84001eda9fa15272077679e3cab Binary files /dev/null and b/doc_src/_examples/post_process/algorithms/MDOScenario_SOM_v500.png differ diff --git a/doc_src/_examples/post_process/algorithms/plot_som.py b/doc_src/_examples/post_process/algorithms/plot_som.py index 86ea74d6baefe0bf3ca6d07acfbb8da29bc8bc3d..a54f6ee97340d32714987bd76630027d372c5125 100644 --- a/doc_src/_examples/post_process/algorithms/plot_som.py +++ b/doc_src/_examples/post_process/algorithms/plot_som.py @@ -41,7 +41,7 @@ space are good according to some criteria and not for others, and where compromi should be made. A white neuron has no sample associated with it: not enough evaluations were provided to train the SOM. -SOM's provide a qualitative view of the :term:`objective function`, the +SOMs provide a qualitative view of the :term:`objective function`, the :term:`constraints`, and of their relative behaviors. """ @@ -64,7 +64,7 @@ execute_post( # :cite:`kumano2006multidisciplinary` on wing MDO post-processing # using SOM. # -# .. figure:: /tutorials/ssbj/figs/MDOScenario_SOM_v100.png +# .. figure:: /_examples/post_process/algorithms/MDOScenario_SOM_v500.png # # SOM example on the Sobieski problem. # @@ -72,6 +72,6 @@ execute_post( # The following figure shows an example with 10000 points on # the same test case. This produces more relevant SOM plots. # -# .. figure:: /tutorials/ssbj/figs/som_fine.png +# .. figure:: /_examples/post_process/algorithms/DOEScenario_SOM_10000_samples.png # # SOM example on the Sobieski problem with a 10 000 samples DOE.