AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_BANDIT_FLATTENED_MODEL_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_BANDIT_FLATTENED_MODEL_HEADER_FILE
23 template <
typename Dist>
79 template <
typename Dist>
81 model_(model), A(
factorSpace(model.getA())), helper_(model.getA().size())
84 template <
typename Dist>
87 return model_.sampleR(helper_).sum();
90 template <
typename Dist>
92 template <
typename Dist>