Aimsun Next Scripting
22
|
Public Member Functions | |
DestinationChoiceModelParams () | |
void | setMaxRelativeGap (const double iRelativeGap) |
double | getMaxRelativeGap () const |
void | setConstraintError (double iConstrError) |
double | getConstraintError () const |
void | setSideTotalsConstraint (bool iOption) |
bool | getSideTotalsConstraint () const |
void | setMaxSideTotalsIterations (uint iOption) |
uint | getMaxSideTotalsIterations () const |
QString | getTypeName () const |
bool | validParameters (GKModel *iModel) const |
![]() | |
if (dynamic_cast< GravityModelParams * >(sipCpp) !=nullptr) | |
Py_END_ALLOW_THREADS End | DistributionExperimentParams () |
virtual QString | getTypeName () const =0 |
virtual bool | validParameters (GKModel *iModel) const =0 |
Additional Inherited Members | |
![]() | |
ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS | sipType = 0 |
else | |
DestinationChoiceModelParams::DestinationChoiceModelParams | ( | ) |
double DestinationChoiceModelParams::getConstraintError | ( | ) | const |
Gets the upper bound to the maximum error between the side totals trip calculated between successive side (G/A) totals iterations.
double DestinationChoiceModelParams::getMaxRelativeGap | ( | ) | const |
Gets the upper bound to the maximum relative gap between the side totals trip calculated between successive side (G/A) totals iterations.
uint DestinationChoiceModelParams::getMaxSideTotalsIterations | ( | ) | const |
Gets the upper bound to the maximum number of iterations of fitting the trips to the input Generation/Attraction vector.
bool DestinationChoiceModelParams::getSideTotalsConstraint | ( | ) | const |
Gets the option to adjust or not the G/A values to the input Generation/Attraction vector.
|
virtual |
Get Distribution Model type name.
Implements DistributionExperimentParams.
void DestinationChoiceModelParams::setConstraintError | ( | double | iConstrError | ) |
Sets the upper bound to the maximum error between the side totals trip calculated between successive side (G/A) totals iterations.
void DestinationChoiceModelParams::setMaxRelativeGap | ( | const double | iRelativeGap | ) |
Sets the upper bound to the maximum relative gap between the side total trips calculated between successive side (G/A) totals iterations.
void DestinationChoiceModelParams::setMaxSideTotalsIterations | ( | uint | iOption | ) |
Sets the upper bound to the maximum number of iterations of fitting of the trips to the input Generation/Attraction vector.
void DestinationChoiceModelParams::setSideTotalsConstraint | ( | bool | iOption | ) |
Sets the option to adjust or not the G/A values to the input Generation/Attraction vector.
|
virtual |
Check if the parameters set are valid or not.
Implements DistributionExperimentParams.