Skip to content

Commit f2d0c0a

Browse files
committed
fix typo
1 parent 5a7dcb8 commit f2d0c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learner.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
"metadata": {},
114114
"outputs": [],
115115
"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",
116+
"# The end condition is when the \"loss\" is less than 0.01. In the context of the\n",
117+
"# 1D learner this means that we will resolve features in 'func' with width 0.01 or wider.\n",
118118
"runner = adaptive.Runner(learner, goal=lambda l: l.loss() < 0.01)\n",
119119
"runner.live_info()"
120120
]

0 commit comments

Comments
 (0)