Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Feb 19, 2025
1 parent febb7a9 commit e29fe64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomo/contrib/gdpopt/ldsda.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ def _check_valid_neighbor(self, neighbor):
for external_var_value, external_var_info in zip(
neighbor, self.working_model_util_block.external_var_info_list
)
)

def neighbor_search(self, config):
"""Function that evaluates a group of given points and returns the best
Expand Down

0 comments on commit e29fe64

Please sign in to comment.