suboptimumg.sweep.sweeper_factory#
- suboptimumg.sweep.sweeper_factory.create_sweeper(comp_data, var_1, var_2=None, dependencies={})[source]#
Factory function to create the appropriate sweeper based on the number of variables.
- Return type:
- Parameters:
comp_data (CompetitionData)
var_1 (SweepParamConfig)
var_2 (SweepParamConfig | None)
dependencies (Dict[str, Callable])