PyStochasticPlugin.CStochasticParams¶
- class CStochasticParams¶
The
CStochasticParamsclassSynopsis¶
Methods¶
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
Gets maximum cost factor w.r.t. the least cost path to be used.
Gets maximum number of paths to be used
Gets maximum cost overlap between paths to be used
- getUtilityFunction()¶
- Return type:
GKFunctionCost
Gets the utility function
- setMaxCostFactorAllowed(iValue)¶
- Parameters:
iValue – float
Sets maximum cost factor w.r.t. the least cost path to be used.
- setMaxNumberPaths(iValue)¶
- Parameters:
iValue – int
Sets maximum number of paths to be used
- setMaxPercentageCostOverlap(iValue)¶
- Parameters:
iValue – float
Sets maximum cost overlap between paths to be used
- setUtilityFunction(function)¶
- Parameters:
function –
GKFunctionCost
Sets the utility function