Module big_brain::pickers[][src]

Pickers are used by Thinkers to determine which of its Scorers will “win”.

Structs

FirstToScore

Picker that chooses the first Choice with a Score higher than its configured threshold.

Traits

Picker

Required trait for Pickers. A Picker is given a slice of choices and a query that can be passed into Choice::calculate.