shark::MaximumGradientCriterion Struct Reference

Working set selection by maximization of the projected gradient. More...

#include <shark/Algorithms/QP/BoxConstrainedProblems.h>

Public Member Functions

template<class Problem >
double operator() (Problem &problem, std::size_t &i, std::size_t &j)
 
void reset ()
 

Detailed Description

Working set selection by maximization of the projected gradient.

This selection operator picks a single variable index.

Definition at line 78 of file BoxConstrainedProblems.h.

Member Function Documentation

◆ operator()()

template<class Problem >
double shark::MaximumGradientCriterion::operator() ( Problem &  problem,
std::size_t &  i,
std::size_t &  j 
)
inline

Definition at line 80 of file BoxConstrainedProblems.h.

◆ reset()

void shark::MaximumGradientCriterion::reset ( )
inline

Definition at line 87 of file BoxConstrainedProblems.h.


The documentation for this struct was generated from the following file: