Struct fuzzcheck::sensors_and_pools::OptimiseAggregateStatPool[][src]

pub struct OptimiseAggregateStatPool<Strategy> { /* fields omitted */ }
Expand description

A pool that finds a single test case maximising some statistics computed from all of the sensor’s counters.

The statistics to optimise for is determined by the Strategy type parameter, which can be:

Both strategies make the pool compatible with sensors whose observation handler is &'a mut dyn FnMut((usize, u64)), such as CodeCoverageSensor and ArrayOfCounters.

Implementations

Trait Implementations

Statistics about the pool to be printed to the terminal as the fuzzer is running and saved to a .csv file after the run Read more

The number of test cases in the pool

The pool’s statistics

Get the index of a random test case. Read more

Mark a certain test case as a dead end. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.