permafixed the optimizer ???
This commit is contained in:
@@ -99,8 +99,8 @@ def test4(coordinates: tuple[float, float]) -> List[Landmark]:
|
||||
landmarks_short.insert(0, start)
|
||||
landmarks_short.append(finish)
|
||||
|
||||
max_walking_time = 120 # minutes
|
||||
detour = 30 # minutes
|
||||
max_walking_time = 50 # minutes
|
||||
detour = 0 # minutes
|
||||
|
||||
# First stage optimization
|
||||
base_tour = solve_optimization(landmarks_short, max_walking_time, True)
|
||||
|
Reference in New Issue
Block a user