bencher.sample_order ==================== .. py:module:: bencher.sample_order Classes ------- .. autoapisummary:: bencher.sample_order.SampleOrder Module Contents --------------- .. py:class:: SampleOrder Bases: :py:obj:`strenum.StrEnum` Controls the sampling traversal order for plot_sweep. - INORDER: Traverse inputs in the natural Cartesian product order (right-most dimension varies fastest). - REVERSED: Traverse the same set of samples in the reverse order. Note: This only affects sampling order, not plotting or dataset dimension order. .. py:attribute:: INORDER .. py:attribute:: REVERSED