pub type StdWeightedScheduler<O, S> = WeightedScheduler<CorpusWeightTestcaseScore<S>, O, S>;
Expand description

The standard corpus weight, same as aflpp

Aliased Type§

struct StdWeightedScheduler<O, S> { /* private fields */ }