Vowpal Wabbit
|
#include <beam.h>
Public Attributes | |
uint32_t | hash |
float | cost |
T * | data |
bool | active |
bool Beam::beam_element< T >::active |
Definition at line 26 of file beam.h.
Referenced by Beam::compare_on_cost(), Beam::compare_on_hash_then_cost(), Beam::beam< T >::get_best_item(), Beam::beam< T >::insert(), and Beam::beam< T >::pop_best_item().
float Beam::beam_element< T >::cost |
Definition at line 24 of file beam.h.
Referenced by Beam::compare_on_cost(), Beam::compare_on_hash_then_cost(), Beam::beam< T >::insert(), and Beam::beam< T >::pop_best_item().
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().
uint32_t Beam::beam_element< T >::hash |
Definition at line 23 of file beam.h.
Referenced by Beam::compare_on_hash_then_cost(), Beam::beam< T >::do_recombination(), and Beam::beam< T >::insert().