DiSMEC++
objective.cpp File Reference
#include "objective.h"
#include "utils/hash_vector.h"
#include "utils/throw_error.h"
#include "stats/timer.h"

Go to the source code of this file.

Namespaces

 anonymous_namespace{objective.cpp}
 

Variables

constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_VALUE {0}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_PRECONDITIONER {1}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_GRAD_AT_ZERO {2}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_GRADIENT {3}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_HESSIAN {4}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_GRAD_AND_PRE {5}
 
constexpr const stats::stat_id_t anonymous_namespace{objective.cpp}::STAT_PERF_PROJ_TO_LINE {6}