fixed parameters folder
This commit is contained in:
@@ -35,13 +35,13 @@ def test(start_coords: tuple[float, float], finish_coords: tuple[float, float] =
|
||||
nature=Preference(
|
||||
name='nature',
|
||||
type='nature',
|
||||
score = 0),
|
||||
score = 5),
|
||||
shopping=Preference(
|
||||
name='shopping',
|
||||
type='shopping',
|
||||
score = 0),
|
||||
score = 5),
|
||||
|
||||
max_time_minute=45,
|
||||
max_time_minute=180,
|
||||
detour_tolerance_minute=0
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user