Base interface for the Objective function algorithm in the batch processing mode
More...
◆ Batch() [1/2]
Constructs the objective functions algorithm by copying input objects and parameters of another objective functions algorithm
- Parameters
-
context | Context to manage the objective function algorithm |
◆ Batch() [2/2]
Constructs the objective functions algorithm by copying input objects and parameters of another objective functions algorithm
- Parameters
-
context | Context to manage the objective function algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of this algorithm |
◆ clone()
Returns the newly allocated Objective function algorithm with a copy of input objects and parameters of this Objective function algorithm
- Parameters
-
context | Context to manage the Objective function algorithm |
- Returns
- The newly allocated algorithm
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of computing the Objective function in the batch processing mode
- Parameters
-
result | Structure to store results of computing the Objective function |
The documentation for this class was generated from the following file:
- optimization_solver/objective_function/Batch.java