Skip to content

Commit

Permalink
add pruning to config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 7, 2023
1 parent 9be85af commit a34c7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions input/v3.1/kelheim-v3.1-25pct.kexi.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<module name="informedModeChoice">
<param name="modes" value="car,pt,bike,walk,ride,drt"/>
<param name="topK" value="20"/>
<param name="pruning" value="p999"/>
<param name="constraintCheck" value="none"/>
</module>

Expand Down
1 change: 1 addition & 0 deletions input/v3.1/kelheim-v3.1-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<module name="informedModeChoice">
<param name="modes" value="car,pt,bike,walk,ride"/>
<param name="topK" value="20"/>
<param name="pruning" value="p999"/>
<param name="constraintCheck" value="none"/>
</module>

Expand Down

0 comments on commit a34c7b4

Please sign in to comment.