shark::QpMcSimplexDecomp< Matrix >::PreferedSelectionStrategy Struct Reference

Working set selection eturning th S2DO working set. More...

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

Public Member Functions

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

Detailed Description

template<class Matrix>
struct shark::QpMcSimplexDecomp< Matrix >::PreferedSelectionStrategy

Working set selection eturning th S2DO working set.

This selection operator picks the first variable by maximum gradient, the second by maximum unconstrained gain.

Definition at line 58 of file QpMcSimplexDecomp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 60 of file QpMcSimplexDecomp.h.

◆ reset()

template<class Matrix>
void shark::QpMcSimplexDecomp< Matrix >::PreferedSelectionStrategy::reset ( )
inline

Definition at line 65 of file QpMcSimplexDecomp.h.


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