Vowpal Wabbit
Public Attributes | List of all members
Beam::beam_element< T > Struct Template Reference

#include <beam.h>

Public Attributes

uint32_t hash
 
float cost
 
T * data
 
bool active
 

Detailed Description

template<class T>
struct Beam::beam_element< T >

Definition at line 21 of file beam.h.

Member Data Documentation

◆ active

template<class T>
bool Beam::beam_element< T >::active

◆ cost

template<class T>
float Beam::beam_element< T >::cost

◆ data

template<class T>
T* Beam::beam_element< T >::data

Definition at line 25 of file beam.h.

Referenced by Beam::beam< T >::do_recombination(), and Beam::beam< T >::insert().

◆ hash

template<class T>
uint32_t Beam::beam_element< T >::hash

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