|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| GKExperimentStoppingCriteria () | |
| void | setMaximumIterations (int iterations) |
| int | getMaximumIterations () const |
| void | setRGap (double value) |
| double | getRGap () const |
| void | setRGapIterations (int iterations) |
| int | getRGapIterations () const |
| bool | isFlowCriteriaActive () const |
| void | setFlowPercentage (double value) |
| double | getFlowPercentage () const |
| void | setFlowAffectedTurns (double value) |
| double | getFlowAffectedTurns () const |
| void | setFlowIterations (int iterations) |
| int | getFlowIterations () const |
| bool | isCostCriteriaActive () const |
| void | setCostPercentage (double value) |
| double | getCostPercentage () const |
| void | setCostAffectedTurns (double value) |
| double | getCostAffectedTurns () const |
| void | setCostIterations (int iterations) |
| int | getCostIterations () const |
| GKExperimentStoppingCriteria::GKExperimentStoppingCriteria | ( | ) |
| double GKExperimentStoppingCriteria::getCostAffectedTurns | ( | ) | const |
Gets how many turns need to be affected by Cost.
| int GKExperimentStoppingCriteria::getCostIterations | ( | ) | const |
Gets the number of iterations for Cost.
| double GKExperimentStoppingCriteria::getCostPercentage | ( | ) | const |
Gets Cost value.
| double GKExperimentStoppingCriteria::getFlowAffectedTurns | ( | ) | const |
Gets how many turns need to be affected by Flow.
| int GKExperimentStoppingCriteria::getFlowIterations | ( | ) | const |
Gets the number of iterations for Flow.
| double GKExperimentStoppingCriteria::getFlowPercentage | ( | ) | const |
Gets Flow value.
| int GKExperimentStoppingCriteria::getMaximumIterations | ( | ) | const |
Gets maximum number of iterations.
| double GKExperimentStoppingCriteria::getRGap | ( | ) | const |
Gets the Relative GAP value.
| int GKExperimentStoppingCriteria::getRGapIterations | ( | ) | const |
Gets the number of iterations for Relative GAP.
| bool GKExperimentStoppingCriteria::isCostCriteriaActive | ( | ) | const |
Indicates if Cost criteria need to be taken into account.
| bool GKExperimentStoppingCriteria::isFlowCriteriaActive | ( | ) | const |
Indicates if Flow criteria need to be taken into account.
| void GKExperimentStoppingCriteria::setCostAffectedTurns | ( | double | value | ) |
Sets how many turns need to be affected by Cost.
| void GKExperimentStoppingCriteria::setCostIterations | ( | int | iterations | ) |
Sets the number of iterations for Cost.
| void GKExperimentStoppingCriteria::setCostPercentage | ( | double | value | ) |
Sets Cost value.
| void GKExperimentStoppingCriteria::setFlowAffectedTurns | ( | double | value | ) |
Sets how many turns need to be affected by Flow.
| void GKExperimentStoppingCriteria::setFlowIterations | ( | int | iterations | ) |
Sets the number of iterations for Flow.
| void GKExperimentStoppingCriteria::setFlowPercentage | ( | double | value | ) |
Sets Flow value.
| void GKExperimentStoppingCriteria::setMaximumIterations | ( | int | iterations | ) |
Sets maximum number of iterations.
| void GKExperimentStoppingCriteria::setRGap | ( | double | value | ) |
Sets the Relative GAP value.
| void GKExperimentStoppingCriteria::setRGapIterations | ( | int | iterations | ) |
Sets the number of iterations for Relative GAP.
1.9.4