Result selector takes a look at a sequence of intermediate results of some
optimization or search, and caches the best result it has seen so far.
The fitness of the intermediate results is measured by instances of type F.
Elements of F have to be ordered (usually, integers or double should be
sufficient).
Result selector takes a look at a sequence of intermediate results of some optimization or search, and caches the best result it has seen so far. The fitness of the intermediate results is measured by instances of type
F. Elements ofFhave to be ordered (usually, integers or double should be sufficient).