AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef SUCCESSIVE_REJECTS_POLICY_HEADER_FILE
2 #define SUCCESSIVE_REJECTS_POLICY_HEADER_FILE
114 unsigned currentPhase_;
115 size_t currentActionId_;
116 unsigned currentArmPulls_;
118 unsigned nKOld_, nKNew_;
120 std::vector<size_t> availableActions_;