Type Alias libafl::feedbacks::map::MinMapFeedback

source ·
pub type MinMapFeedback<C, O, T> = MapFeedback<C, DifferentIsNovel, O, MinReducer, T>;
Expand description

A MapFeedback that strives to minimize the map contents.

Aliased Type§

struct MinMapFeedback<C, O, T> { /* private fields */ }