moptipy.operators.ordered_choices package¶
The operators for moptipy.spaces.ordered_choices
spaces.
Module
op0_choose_and_shuffle
provides a nullary operator for randomly picking an ordered choices instance.
Submodules¶
moptipy.operators.ordered_choices.op0_choose_and_shuffle module¶
A nullary operator filling a ordered_choices
.
- class moptipy.operators.ordered_choices.op0_choose_and_shuffle.Op0ChooseAndShuffle(space)[source]¶
Bases:
Op0
Randomly initialize
ordered_choices
elements.