macop.operators.policies.RandomPolicy

Policy class implementation which is used for selecting operator randomly

Classes

RandomPolicy(operators)

Policy class implementation which is used for select operator randomly

class macop.operators.policies.RandomPolicy.RandomPolicy(operators)[source]

Policy class implementation which is used for select operator randomly

operators

{[Operator]} – list of selected operators for the algorithm

select()[source]

Select randomly the next operator to use

Returns

the selected operator

Return type

{Operator}