Policies.SuccessiveElimination module¶
Generic policy based on successive elimination, mostly useless except to maintain a clear hierarchy of inheritance.
-
class
Policies.SuccessiveElimination.
SuccessiveElimination
(nbArms, lower=0.0, amplitude=1.0)[source]¶ Bases:
Policies.IndexPolicy.IndexPolicy
Generic policy based on successive elimination, mostly useless except to maintain a clear hierarchy of inheritance.
-
choice
()[source]¶ In policy based on successive elimination, choosing an arm is the same as choosing an arm from the set of active arms (
self.activeArms
) with methodchoiceFromSubSet
.
-
__module__
= 'Policies.SuccessiveElimination'¶
-