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

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

A MapFeedback that strives to minimize the map contents.

Aliased Type§

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