Skip to content

Commit

Permalink
update SMT Notebooks for 2.2 by @NatOnera
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Dec 4, 2023
1 parent 6e6b2f7 commit 8f99571
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 131 deletions.
11 changes: 10 additions & 1 deletion tutorial/SMT_MFK_Noise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,15 @@
"plt.legend();"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-danger\" >\n",
"<p> In most of the surrogate models $y\\in\\mathbb{R}$, so if you have multiple outputs $y\\in\\mathbb{R}^d$ (which are considered as independant outputs), add an external loop to build one surrogate model per output. The correlations betweens outputs are not taken into account. \n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -612,7 +621,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
597 changes: 467 additions & 130 deletions tutorial/SMT_Tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 8f99571

Please sign in to comment.