phenotypic.tune.strategy.NoOpChannel# class phenotypic.tune.strategy.NoOpChannel[source]# Bases: object Never prunes; report is a no-op. Used by Grid/Random strategies. Methods __init__ report should_prune report(value: float, step: int) → None[source]# Parameters: value (float) step (int) Return type: None should_prune() → bool[source]# Return type: bool