From 3bc7a761506aaeec359a73188a02dbe84e7422bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fritze?= Date: Wed, 22 Jul 2020 15:11:32 +0200 Subject: [PATCH] [ann tutorial] increase restart to 100 (same as demo) --- docs/source/tutorial_mor_with_anns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial_mor_with_anns.rst b/docs/source/tutorial_mor_with_anns.rst index 0f2de5386..07aa50a33 100644 --- a/docs/source/tutorial_mor_with_anns.rst +++ b/docs/source/tutorial_mor_with_anns.rst @@ -186,7 +186,7 @@ network, we use the respective function of the .. jupyter-execute:: - rom = reductor.reduce() + rom = reductor.reduce(restarts=100) We are now ready to test our reduced model by solving for a random parameter value the full problem and the reduced model and visualize the result: -- GitLab