Base interface for the SAGA algorithm in the batch processing mode
More...
Constructs the SAGA algorithm by copying input objects and parameters of another SAGA algorithm
- Parameters
-
context | Context to manage the SAGA algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the SAGA algorithm
- Parameters
-
context | Context to manage the SAGA algorithm |
cls | Data type to use in intermediate computations for the SAGA algorithm, Double.class or Float.class |
method | SAGA computation method, Method |
Returns the newly allocated SAGA algorithm with a copy of input objects and parameters of this SAGA algorithm
- Parameters
-
context | Context to manage the SAGA algorithm |
- Returns
- The newly allocated algorithm
Computes the SAGA in the batch processing mode
- Returns
- Results of the computation
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- optimization_solver/saga/Batch.java