Provides methods to access final results obtained with the compute() method of the Objective function in the batch processing mode.
More...
◆ Result()
◆ ~Result()
Destructor
Reimplemented from Result.
◆ allocate()
Allocates memory for storing results of the Objective function
- Parameters
-
[in] | input | Pointer to the input structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Computation method |
- Returns
- Status of computations
◆ check()
Checks the result of the Objective function
- Parameters
-
[in] | input | Input of the algorithm |
[in] | par | Parameter of algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the collection of the results of the Objective function
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result of the Objective function
- Parameters
-
[in] | id | Identifier of the result |
[in] | ptr | Pointer to the numeric table with the result |
The documentation for this class was generated from the following file: