Skip to content

Commit

Permalink
MAINT add comment as requested by Marius
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Feb 13, 2017
1 parent 7f9e772 commit dc5131e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smac/smbo/local_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def maximize(self, start_point, *args):
# by randomly drawing configurations
changed_inc = False

# Get one exchange neighborhood returns an iterator (in contrast of
# the previously returned list).
all_neighbors = get_one_exchange_neighbourhood(
incumbent, seed=self.rng.seed())

Expand Down

0 comments on commit dc5131e

Please sign in to comment.