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 8e7a286 commit 9cd510cCopy full SHA for 9cd510c
bayes_opt/logger.py
@@ -168,7 +168,7 @@ def _print_step(
168
# iter, target, allowed [, *params]
169
cells: list[str | None] = [None] * (3 + len(keys))
170
171
- cells[:2] = self._format_number(self._iterations + 1), self._format_number(result["target"])
+ cells[:2] = self._format_number(self._iterations), self._format_number(result["target"])
172
if self._is_constrained:
173
cells[2] = self._format_bool(result["allowed"])
174
params = result.get("params", {})
0 commit comments