Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Nov 20, 2021
1 parent 4e94c87 commit a2d71ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hyperactive/optimizers/gfo_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def init(self, s_space, initialize, progress_collector):
self.opt_params["warm_start_smbo"]
)

print("\n initialize \n", initialize)

self._optimizer = self._OptimizerClass(
search_space_positions, initialize, **self.opt_params
)
Expand Down

0 comments on commit a2d71ad

Please sign in to comment.