Interface for computing the Objective function in the batch processing mode.
More...
- Enumerations
- InputId Identifiers of input objects for the Objective function
- ResultId Result identifiers for the Objective function
- References
-
Constructs an Objective function by copying input objects and parameters of another Objective function
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
services::SharedPtr<Batch> clone |
( |
| ) |
const |
|
inline |
Returns a pointer to the newly allocated Objective function algorithm with a copy of input objects of this Objective function algorithm
- Returns
- Pointer to the newly allocated algorithm
virtual objective_function::ResultPtr getResult |
( |
| ) |
|
|
inlinevirtual |
Returns the structure that contains results of the Objective function
- Returns
- Structure that contains results of the Objective function
virtual services::Status setResult |
( |
const objective_function::ResultPtr & |
result | ) |
|
|
inlinevirtual |
Sets the memory for storing results of the Objective function
- Parameters
-
[in] | result | Structure for storing results of the Objective function |
- Returns
- Status of computations
The documentation for this class was generated from the following file: