Skip to content

Commit

Permalink
Merge branch 'mixed-consist-plus-wang-dev' into car_counting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruchon, Matthew authored and Bruchon, Matthew committed Sep 24, 2024
2 parents 66ed655 + 31157e3 commit 7ac968c
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 121 deletions.
4 changes: 2 additions & 2 deletions python/altrios/demos/rollout_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
File = defaults.DEMAND_FILE
#targets = [0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75, 0.8]
train_planner_config = train_planner.TrainPlannerConfig(
cars_per_locomotive={"Default": 50},
target_cars_per_train={"Default": 90})
cars_per_locomotive={"Default": 50},
target_cars_per_train={"Default": 90})
targets = [0.5]
for target in targets:
scenario_infos, metrics = rollout.simulate_prescribed_rollout(
Expand Down
Loading

0 comments on commit 7ac968c

Please sign in to comment.