beam
beam copied to clipboard
The Framework for Modeling Behavior, Energy, Autonomy, and Mobility in Transportation Systems
This attempted WGS/UTM conversion tends to throw a lot of errors: https://github.com/LBNL-UCB-STI/beam/blob/8a428b9e72f6c68e2f4832f4a305ff32e0248437/src/main/scala/beam/utils/scenario/UrbanSimScenarioLoader.scala#L47-L60 I think it's because activity locations already are converted from WGS->UTM when plans are loaded in. There are...
Parameter `beam.agentsim.agents.rideHail.numDriversAsFractionOfPopulation` is replaced with `fractionOfInitialVehicleFleet`. The old parameter should be replaced with the new one in 1. Tests 2. Documentation 3. Configs This helps avoid confusion and unexpected simulation...
…ehicles from vehicleInfo and binds to household Able to run with: gradle :run -PappArgs="['--config', 'test/input/beamville/beam-urbansimv2-static.conf']" Config difference: beam.agentsim.agents.vehicles.vehiclesFilePath = ${beam.inputDirectory}"/vehicles-test.csv" beam.agentsim.agents.vehicles.vehicleAdjustmentMethod = "STATIC_FROM_FILE" - - - This change is [](https://reviewable.io/reviews/lbnl-ucb-sti/beam/3603)
I will need more input from people who can explain BPRSim and CCHRoutingAssignment physics simulations and nativeCCH Router to complete this. - - - This change is [](https://reviewable.io/reviews/lbnl-ucb-sti/beam/3636)
The codebase of BEAM is being bigger and bigger, although all the variables, classes, and methods are well-named, we still need some comments to further optimize the clarity while coding....
Currently only JDEQSim and R5 are mentioned in the latest documentation, but we also have BPRSim, ParBPRSim, CCHRoutingAssigment and additional routers - CCH, GH. One needs to add some information...
In order to have a simple configuration for python code in IDEA we need to organize python scripts into a separate module. Because currently there seems to be no simple...
Some of errors in the simulation output log are actually warnings because they are usually ignored. The goal of this issue is: 1. to figure out what errors among currently...
We need some tests for this functionality https://github.com/LBNL-UCB-STI/beam/issues/3469
[beam.routing.r5.suboptimalMinutes](https://github.com/LBNL-UCB-STI/beam/blob/develop/src/main/resources/beam-template.conf#L919) is used in two different ways inside [SuboptimalDominatingList.java](https://github.com/LBNL-UCB-STI/r5/blob/master/src/main/java/com/conveyal/r5/profile/SuboptimalDominatingList.java#L93): Its value is used directly only for comparing routes with the same access mode, for routes with different ones the value...