fixed parameters folder
This commit is contained in:
parent
127ba8c028
commit
d23050b811
@ -1,12 +0,0 @@
|
||||
'leisure'='park'
|
||||
geological
|
||||
'natural'='geyser'
|
||||
'natural'='hot_spring'
|
||||
'natural'='arch'
|
||||
'natural'='volcano'
|
||||
'natural'='stone'
|
||||
'tourism'='alpine_hut'
|
||||
'tourism'='viewpoint'
|
||||
'tourism'='zoo'
|
||||
'tourism'='artwork'
|
||||
'waterway'='waterfall'
|
@ -1,11 +0,0 @@
|
||||
'tourism'='museum'
|
||||
'tourism'='attraction'
|
||||
'tourism'='gallery'
|
||||
'tourism'='artwork'
|
||||
historic
|
||||
'amenity'='planetarium'
|
||||
'amenity'='place_of_worship'
|
||||
'amenity'='fountain'
|
||||
'water'='reflecting_pool'
|
||||
# 'tourism'='attraction' might be a bit too broad
|
||||
# historic as well
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"city bbox side" : 5000,
|
||||
"radius close to" : 50,
|
||||
"church coeff" : 0.8,
|
||||
"park coeff" : 1.2,
|
||||
"tag coeff" : 10,
|
||||
"N important" : 40
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"detour factor" : 1.4,
|
||||
"average walking speed" : 4.8,
|
||||
"max landmarks" : 7
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
detour_factor: 1.4
|
||||
average_walking_speed: 4.8
|
||||
max_landmarks: 40
|
||||
max_landmarks: 7
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user