Skip to content

Commit b8b534e

Browse files
committed
set _old_scale=None
1 parent 704c0ce commit b8b534e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adaptive/learner/learnerND.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ def __init__(self, func, bounds, loss_per_simplex=None):
337337
# for the output
338338
self._min_value = None
339339
self._max_value = None
340+
self._old_scale = None
340341
self._output_multiplier = (
341342
1 # If we do not know anything, do not scale the values
342343
)

0 commit comments

Comments
 (0)