clearbox/models/probabilistic.py [173:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  def __call__(
      self,
      mean: npt.NDArray[float],
      std: npt.NDArray[float],
      prev_best_mean: float = 0.0,
  ) -> npt.NDArray[float]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



clearbox/models/probabilistic.py [268:273]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  def __call__(
      self,
      mean: npt.NDArray[float],
      std: npt.NDArray[float],
      prev_best_mean: float = 0.0,
  ) -> npt.NDArray[float]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



