pub struct MostNDiversePool { /* private fields */ }
Expand description

A pool that tries to find N test cases which, combined, activate the most counters of a sensor

A counter is a tuple (index: usize, value: u64). It is “activated” when its value is != 0.

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 pool’s statistics

Get the index of a random test case. Read more

Gives the relative importance of the pool. It must be a positive number. Read more

Save information about self to the stats folder 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Create an AndPool from both Self and P. Read more

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.