delphyne_demos
|
Functions | |
def | benchmark (setup_fn) |
Supporting Classes & Methods. More... | |
def | curved_lanes (args) |
def | straight_lanes (args) |
def | dragway (args) |
def | parse_arguments () |
def | main () |
Main. More... | |
def demos.mobil_perf.benchmark | ( | setup_fn | ) |
Supporting Classes & Methods.
Helper decorator to register benchmark simulation setup functions.
def demos.mobil_perf.curved_lanes | ( | args | ) |
Sets up a simulation with `args.num_cars` MOBIL cars on a few lanes of a curved (arc) road.
def demos.mobil_perf.dragway | ( | args | ) |
Sets up a simulation with `args.num_cars` MOBIL cars on a dragway road with four (4) lanes.
def demos.mobil_perf.main | ( | ) |
Main.
Keeping pylint entertained.
def demos.mobil_perf.parse_arguments | ( | ) |
def demos.mobil_perf.straight_lanes | ( | args | ) |
Sets up a simulation with `args.num_cars` MOBIL cars on a few lanes of a straight road.