Class or Function Names
- NopPruner
Example
study = optuna.create_study(direction="maximize", pruner=optuna.pruners.NopPruner())
study.optimize(objective, n_trials=20)
See example.py for a full example.
Others
See the documentation for more details.
- Package
- pruners/nop
- Author
- Optuna team
- License
- MIT License
- Verified Optuna version
- 3.6.1
- Last update
- 2024-07-22