Aimsun Next Scripting
22
|
Public Member Functions | |
CMSAParams () | |
~CMSAParams () | |
int | getMaximumIterations () const |
void | setMaximumIterations (const int iNIterations) |
double | getMaximumRelativeGap () const |
void | setMaximumRelativeGap (const double iRelativeGap) |
bool | validParameters (GKModel *iModel) const |
QString | getTypeName () const |
![]() | |
if (base) | |
Py_END_ALLOW_THREADS End | MacroExperimentParams () |
~MacroExperimentParams () | |
virtual QString | getTypeName () const =0 |
virtual bool | validParameters (GKModel *iModel) const =0 |
Additional Inherited Members | |
![]() | |
ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS MacroExperimentParams * | base = (MacroExperimentParams*)sipCpp |
sipType = 0 | |
This Class provides the MSA parameters that can be configured
CMSAParams::CMSAParams | ( | ) |
CMSAParams constructor.
CMSAParams::~CMSAParams | ( | ) |
CMSAParams destructor.
int CMSAParams::getMaximumIterations | ( | ) | const |
Gets the maximum number of iterations.
double CMSAParams::getMaximumRelativeGap | ( | ) | const |
Gets the maximum relative gap.
|
virtual |
Gets name of the type of Static Assignment.
Implements MacroExperimentParams.
void CMSAParams::setMaximumIterations | ( | const int | iNIterations | ) |
Sets the maximum number of iterations.
void CMSAParams::setMaximumRelativeGap | ( | const double | iRelativeGap | ) |
Sets the maximum relative gap.
|
virtual |
Check whether the parameters set are valid or not.
Implements MacroExperimentParams.