SUMO - Simulation of Urban MObility
|
Cost calculation with Gawron's method. More...
#include <ROCostCalculator.h>
Public Member Functions | |
void | calculateProbabilities (const ROVehicle *const veh, std::vector< RORoute * > alternatives) |
calculate the probabilities | |
ROGawronCalculator (const SUMOReal beta, const SUMOReal a) | |
Constructor. | |
void | setCosts (RORoute *route, const SUMOReal costs, const bool isActive=false) const |
virtual | ~ROGawronCalculator () |
Destructor. |
Static Public Member Functions | |
static void | cleanup () |
static ROCostCalculator & | getCalculator () |
Private Member Functions | |
SUMOReal | gawronF (const SUMOReal pdr, const SUMOReal pds, const SUMOReal x) const |
Performs the gawron - f() function From "Dynamic User Equilibria...". | |
SUMOReal | gawronG (const SUMOReal a, const SUMOReal x) const |
Performs the gawron - g() function From "Dynamic User Equilibria...". |
Private Attributes | |
const SUMOReal | myA |
gawron a - value | |
const SUMOReal | myBeta |
gawron beta - value |
Cost calculation with Gawron's method.
Definition at line 80 of file ROCostCalculator.h.
Constructor.
Definition at line 83 of file ROCostCalculator.cpp.
|
virtual |
Destructor.
Definition at line 87 of file ROCostCalculator.cpp.
|
virtual |
calculate the probabilities
Implements ROCostCalculator.
Definition at line 101 of file ROCostCalculator.cpp.
References gawronF(), RORoute::getCosts(), RORoute::getProbability(), ISNAN(), MAX2(), MIN2(), RORoute::setProbability(), and SUMOReal.
|
staticinherited |
Definition at line 77 of file ROCostCalculator.cpp.
References ROCostCalculator::myInstance.
Referenced by computeRoutes().
|
private |
Performs the gawron - f() function From "Dynamic User Equilibria...".
Definition at line 129 of file ROCostCalculator.cpp.
References gawronG(), max, and myA.
Referenced by calculateProbabilities().
Performs the gawron - g() function From "Dynamic User Equilibria...".
Definition at line 139 of file ROCostCalculator.cpp.
Referenced by gawronF().
|
staticinherited |
Definition at line 63 of file ROCostCalculator.cpp.
References OptionsCont::getBool(), OptionsCont::getFloat(), OptionsCont::getOptions(), and ROCostCalculator::myInstance.
Referenced by RORouteDef_Alternatives::addAlternative(), and RORouteDef_Alternatives::preComputeCurrentRoute().
|
virtual |
Implements ROCostCalculator.
Definition at line 91 of file ROCostCalculator.cpp.
References RORoute::getCosts(), myBeta, RORoute::setCosts(), and SUMOReal.
|
private |
|
private |