This commit is contained in:
UmbertoJr 2019-11-18 09:42:42 +01:00
parent 2272bc68b9
commit c64ad97f03
1 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,8 @@ class TwoOpt:
return - old_link_len + changed_links_len
@staticmethod
def loop2opt(solution, instance, max_num_of_uncrosses=400): # Iterate step2opt max_iter times (2-opt local search)
def loop2opt(solution, instance,
max_num_of_uncrosses=10000): # Iterate step2opt max_iter times (2-opt local search)
"""
@param solution:
@ -137,7 +138,7 @@ class TwoDotFiveOpt:
@staticmethod
def loop2dot5opt(solution, instance,
max_num_of_changes=400): # Iterate stoep2opt max_iter times (2-opt local search)
max_num_of_changes=10000): # Iterate stoep2opt max_iter times (2-opt local search)
"""
@param solution: