shark::MaximumGainCriterion Struct Reference

Working set selection by maximization of the dual objective gain. 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 dual objective gain.

Definition at line 91 of file BoxConstrainedProblems.h.

Member Function Documentation

◆ operator()()

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

Definition at line 93 of file BoxConstrainedProblems.h.

◆ reset()

void shark::MaximumGainCriterion::reset ( )
inline

Definition at line 128 of file BoxConstrainedProblems.h.


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