Algo > Algo Assembly Interfaces > IAlgorithmCalculationExecutor
Assembly: Algo;
The IAlgorithmCalculationExecutor interface is used for algorithm calculation.
IAlgorithmCalculationExecutor
Property name | Brief description | |
![]() |
HasObjectByType | The HasObjectByType property returns whether there is the specified object type in the calculation algorithm or the in the ready calculation algorithm built in the current calculation. |
Property name | Brief description | |
![]() |
MsProblem | The MsProblem property returns the modeling problem used in algorithm calculation. |
![]() |
ParamValues | The ParamValues property returns settings of algorithm calculation periods start and end and the collection of calculation algorithm parameters. |
Method name | Brief description | |
![]() |
Run | The Run method executes algorithm. |
See also: