97 const std::map<std::string, std::string>& parameters);
109 const std::map<std::string, std::string>& parameters);
112 virtual bool canRelease(
SUMOTime elapsed,
bool thresholdPassed,
bool pushButtonPressed,
115 int currentPhaseIndex,
int phaseMaxCTS,
bool thresholdPassed,
bool pushButtonPressed,
119 return theta_sensitivity;
122 theta_sensitivity = val;
128 return myDesirabilityAlgorithm;
133 double computeDesirability(
double vehInMeasure,
double vehOutMeasure,
double vehInDispersionMeasure,
double vehOutDispersionMeasure);
135 double computeDesirability(
double vehInMeasure,
double vehOutMeasure);
double theta_sensitivity
The sensitivity of this policy.
MSSOTLPolicyDesirability * getDesirabilityAlgorithm()
An upper class for objects with additional parameters.
virtual void setThetaSensitivity(double val)
This class determines the desirability algorithm of a MSSOTLPolicy when used in combination with a hi...
virtual double getThetaSensitivity()
Class for a low-level policy.
std::string myName
The name of the policy.
The definition of a single phase of a tls logic.
MSSOTLPolicyDesirability * myDesirabilityAlgorithm
A pointer to the policy desirability object.'s an optional component related to the computeDesirabili...