Computes LBFGS in the batch processing mode.
More...
|
static services::SharedPtr
< Batch< algorithmFPType,
method > > | create () |
|
template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::optimization_solver::lbfgs::interface1::Batch< algorithmFPType, method >
- Deprecated:
- This item will be removed in a future release.
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for the LBFGS algorithm, double or float |
method | LBFGS computation method |
- Enumerations
-
- References
-
Batch |
( |
const sum_of_functions::interface1::BatchPtr & |
objectiveFunction = sum_of_functions::interface1::BatchPtr() | ) |
|
|
inline |
Constructs the LBFGS algorithm with the input objective function
- Parameters
-
[in] | objectiveFunction | Objective function that can be represented as a sum of functions |
Batch |
( |
const Batch< algorithmFPType, method > & |
other | ) |
|
|
inline |
Constructs an LBFGS algorithm by copying input objects of another LBFGS algorithm
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
services::SharedPtr<Batch<algorithmFPType, method> > clone |
( |
| ) |
const |
|
inline |
Returns a pointer to the newly allocated LBFGS algorithm with a copy of input objects of this LBFGS algorithm
- Returns
- Pointer to the newly allocated algorithm
static services::SharedPtr<Batch<algorithmFPType, method> > create |
( |
| ) |
|
|
static |
Creates the instance of the class
- Returns
- New instance of the class
virtual services::Status createResult |
( |
| ) |
|
|
inlinevirtual |
Creates user-allocated memory to store results of the iterative solver algorithm
- Returns
- Status of computations
Implements Batch.
Get input objects for the iterative solver algorithm
- Returns
- Input objects for the iterative solver algorithm
Implements Batch.
virtual int getMethod |
( |
| ) |
const |
|
inlinevirtual |
Returns method of the algorithm
- Returns
- Method of the algorithm
Get parameters of the iterative solver algorithm
- Returns
- Parameters of the iterative solver algorithm
Implements Batch.
Parameters of the algorithm
The documentation for this class was generated from the following file: