« Back to top page

Wilcoxon Pruner

Pruner based on the Wilcoxon signed-rank test.

Class or Function Names

  • WilcoxonPruner

Example

study = optuna.create_study(pruner=optuna.pruners.WilcoxonPruner(p_threshold=0.1))
study.optimize(objective, n_trials=100)

See example.py for a full example.

Others

See the documentation for more details.

Package
pruners/wilcoxon
Author
Optuna team
License
MIT License
Verified Optuna version
  • 3.6.1
Last update
2024-07-22