pub type MaxMapFeedback<I, O, S, T> = MapFeedback<I, DifferentIsNovel, O, MaxReducer, S, T>;
Expand description

A MapFeedback that strives to maximize the map contents.