btb.selection.recent module¶
-
class
btb.selection.recent.
RecentKReward
(choices, k=2)[source]¶ Bases:
btb.selection.ucb1.UCB1
Recent K reward selector
- Parameters
k (int) – number of best scores to consider
-
class
btb.selection.recent.
RecentKVelocity
(choices, k=2)[source]¶ Bases:
btb.selection.recent.RecentKReward
Recent K velocity selector