util
extras
Contents:
FleetState
FleetState.from_fleet()
FleetState.simulate()
FleetState.fast_forward()
FleetState.handle_transportation_request()
FleetState.handle_internal_request()
FleetState._apply_request_solution()
SlowSimpleFleetState
VehicleState
VehicleState.stoplist
VehicleState.fast_forward_time()
VehicleState.handle_transportation_request_single_vehicle()
Request
TransportationRequest
InternalRequest
LocType
StopAction
Stop
TransportSpace
Dispatcher
TransportSpace.d()
TransportSpace.t()
TransportSpace.random_point()
TransportSpace.interp_time()
TransportSpace.interp_dist()
SingleVehicleSolution
Event
RequestSubmissionEvent
RequestAcceptanceEvent
RequestRejectionEvent
PickupEvent
DeliveryEvent
InternalEvent
VehicleStateBeginEvent
VehicleStateEndEvent
RequestEvent
StopEvent
RequestResponse
Euclidean
Manhattan2D
Graph
Graph._make_attribute_distance()
Graph.from_nx()
Graph.interp_dist()
Graph.interp_time()
RandomRequestGenerator
get_stops_and_requests()
get_stops_and_requests_from_events_dataframe()
get_vehicle_quantities()
get_system_quantities()
ridepy.data_structures_cython.LocType
TransportationRequest.__reduce__()
TransportationRequest.asdict()
InternalRequest.__reduce__()
InternalRequest.asdict()
Stop.__deepcopy__()
Stop.__reduce__()
Stop.asdict()
Stoplist
Stoplist.__reduce__()
Stoplist.remove_nth_elem()
Stoplist.to_pys()
Euclidean2D
Euclidean2D.__reduce__()
Euclidean2D.asdict()
Euclidean2D.random_point()
Manhattan2D.__reduce__()
Manhattan2D.asdict()
Manhattan2D.random_point()
Graph.__reduce__()
Graph.asdict()
Graph.random_point()
TransportSpace.asdict()
SimulationSet
SimulationSet.run()
SimulationSet.simulation_ids
SimulationSet.param_paths
SimulationSet.event_paths
perform_single_simulation()
SimulationSet.run_analytics()
ParamsJSONEncoder
ParamsJSONDecoder
EventsJSONEncoder
sort_params()
create_params_json()
save_params_json()
read_params_json()
save_events_json()
read_events_json()
create_info_json()
make_nx_grid()
make_nx_cycle_graph()
make_nx_star_graph()