Provides methods to run implementations of the objective function with precomputed characteristics. This class is associated with the Batch class and supports the method of computing the objective function with precomputed characteristics in the batch processing mode.
More...
template<typename algorithmFPType, Method method>
class daal::algorithms::optimization_solver::precomputed::interface2::BatchContainer< algorithmFPType, method >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the objective function with precomputed characteristics, double or float |
method | The objective function with precomputed characteristics method |
Constructs a container for the objective function with precomputed characteristics with a specified environment in the batch processing mode
- Parameters
-
[in] | daalEnv | Environment object |
virtual services::Status compute |
( |
| ) |
|
|
inlinevirtual |
Runs implementations of the objective function with precomputed characteristics in the batch processing mode
- Returns
- Status of computations
The documentation for this class was generated from the following file: