Abstract This package automatically selects an appropriate sampler for the provided search space based on the developers’ recommendation. The following articles provide detailed information about AutoSampler. Please read the Citation section when you use AutoSampler in your project.
📰 AutoSampler: Automatic Selection of Optimization Algorithms in Optuna 📰 AutoSampler: Full Support for Multi-Objective & Constrained Optimization APIs AutoSampler(*, seed: int | None = None, constraints_func: Callable[[FrozenTrial], Sequence[float]] | None = None) seed: Random seed to initialize internal random number generator.