Motivation
Several Optuna example scripts have pruning option --pruning, more concretely,
python pytorch_lightning_simple.py --pruning
as in this example.
But currently CIs have not performed with such pruning option.
Description
I'm wondering if we could decide the policy whether or not to use the pruning option in CIs:
- Without pruning only (as in the current example's CIs)
- With pruning only
- Both
Alternatives (optional)
Additional context (optional)