C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::optimization_solver::objective_function Namespace Reference

Contains classes for computing the Objective function.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  InputId { argument }
 
enum  ResultToComputeId {
  gradient = 0x00000001ULL, value = 0x00000002ULL, hessian = 0x00000004ULL, nonSmoothTermValue = 0x00000008ULL,
  proximalProjection = 0x00000010ULL, lipschitzConstant = 0x00000020ULL, componentOfGradient = 0x00000040ULL, componentOfHessianDiagonal = 0x00000080ULL,
  componentOfProximalProjection = 0x00000100ULL
}
 
enum  ResultId {
  gradientIdx, valueIdx, hessianIdx, nonSmoothTermValueIdx,
  proximalProjectionIdx, lipschitzConstantIdx, componentOfGradientIdx, componentOfHessianDiagonalIdx,
  componentOfProximalProjectionIdx
}
 

For more complete information about compiler optimizations, see our Optimization Notice.