Package org.goplanit.cost.physical
Contains the definition of physical cost classes
-
Interface Summary Interface Description PhysicalCost<LS extends LinkSegment> Interface to classify costs of physical links Physical links can be either InitialPhysicalCosts (which are read in at the start and are constant) or PhysicalCosts (which are derived from other inputs and are recalculated after each iteration). -
Class Summary Class Description AbstractPhysicalCost Class for dynamic cost functions, which calculate link segment costs for each iteration and assumes an underlying macroscopic link segment approachBPRConfigurator Configurator for BPRLinkTravelTimeCost implementationBprLinkTravelTimeCost Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.FreeFlowLinkTravelTimeConfigurator Configurator for FreeFlowLinkTravelTimeCost implementationFreeFlowLinkTravelTimeCost Simplest possible travel time cost, namely fixed to free flow travel time regardless of the flows measured.PhysicalCostConfigurator<T extends AbstractPhysicalCost> Base class for all physical cost configurator implementationsPhysicalCostConfiguratorFactory Traffic assignment builder factory for the physical cost types supported directory by PLANitSteadyStateTravelTimeConfigurator Configurator for SteadyStateTravelTimeCost implementationSteadyStateTravelTimeCost Cost computation for travel times based on the work of Raadsen and Bliemer (2019), Steady-state link travel time methods: Formulation, derivation, classification, and unification.