CADETProcess.parameter_space.SamplerBase#
- class CADETProcess.parameter_space.SamplerBase[source]#
Bases:
ABCAbstract sampler strategy.
Concrete subclasses implement _candidates; this base class handles postprocessing: significant-digits snap, integer rounding (via decode), categorical merge, dependency resolution, validation, and rejection of candidates that violate linear inequality constraints on the resolved values (constraints referencing dependent parameters cannot be part of the candidate polytope, and the snap and integer rounding perturb candidates after polytope enforcement).