backend/new-overpass #52
@ -116,7 +116,7 @@ def new_trip(preferences: Preferences,
|
||||
logger.debug(f'Generating landmarks : {round(t_generate_landmarks,3)} seconds')
|
||||
logger.debug(f'First stage optimization : {round(t_first_stage,3)} seconds')
|
||||
logger.debug(f'Second stage optimization : {round(t_second_stage,3)} seconds')
|
||||
logger.info(f'Total computation time : {round(t_generate_landmarks + t_first_stage + t_generate_landmarks,3)} seconds')
|
||||
logger.info(f'Total computation time : {round(t_generate_landmarks + t_first_stage + t_second_stage,3)} seconds')
|
||||
|
||||
linked_tour = LinkedLandmarks(refined_tour)
|
||||
# upon creation of the trip, persistence of both the trip and its landmarks is ensured.
|
||||
|
Loading…
x
Reference in New Issue
Block a user