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 1be63d8 commit fe1263fCopy full SHA for fe1263f
adaptive/learner/learner1D.py
@@ -614,7 +614,7 @@ def _missing_bounds(self) -> List[Real]:
614
self.__missing_bounds.remove(b)
615
elif b not in self.pending_points:
616
missing_bounds.append(b)
617
- return missing_bounds
+ return sorted(missing_bounds)
618
619
def _ask_points_without_adding(self, n: int) -> Tuple[List[float], List[float]]:
620
"""Return 'n' points that are expected to maximally reduce the loss.
0 commit comments