|
Vowpal Wabbit
|
Go to the source code of this file.
Classes | |
| struct | SelectiveBranchingMT::task_data |
Namespaces | |
| DebugMT | |
| SelectiveBranchingMT | |
Typedefs | |
| typedef std::pair< action, float > | SelectiveBranchingMT::act_score |
| typedef v_array< act_score > | SelectiveBranchingMT::path |
| typedef std::pair< float, path > | SelectiveBranchingMT::branch |
Functions | |
| void | DebugMT::run (Search::search &sch, multi_ex &ec) |
| void | SelectiveBranchingMT::run (Search::search &sch, multi_ex &ec) |
| void | SelectiveBranchingMT::initialize (Search::search &sch, size_t &num_actions, options_i &options) |
| void | SelectiveBranchingMT::finish (Search::search &sch) |
| std::ostream & | SelectiveBranchingMT::operator<< (std::ostream &os, const std::pair< unsigned int, float > &v) |
Variables | |
| Search::search_metatask | DebugMT::metatask = {"debug", run, nullptr, nullptr, nullptr, nullptr} |
| Search::search_metatask | SelectiveBranchingMT::metatask = {"selective_branching", run, initialize, finish, nullptr, nullptr} |
1.8.13