AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_BANDIT_LOCAL_SEARCH_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_BANDIT_LOCAL_SEARCH_HEADER_FILE
26 using Result = std::tuple<Action, double>;
109 std::vector<size_t> agents_;