We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7dcb8 commit f2d0c0aCopy full SHA for f2d0c0a
learner.ipynb
@@ -113,8 +113,8 @@
113
"metadata": {},
114
"outputs": [],
115
"source": [
116
- "# The end condition is when the \"loss\" is less than 0.1. In the context of the\n",
117
- "# 1D learner this means that we will resolve features in 'func' with width 0.1 or wider.\n",
+ "# The end condition is when the \"loss\" is less than 0.01. In the context of the\n",
+ "# 1D learner this means that we will resolve features in 'func' with width 0.01 or wider.\n",
118
"runner = adaptive.Runner(learner, goal=lambda l: l.loss() < 0.01)\n",
119
"runner.live_info()"
120
]
0 commit comments