Composable selectors for completed cooperative populations. Selectors take a context map and return individual snapshots.
Composable selectors for completed cooperative populations. Selectors take a context map and return individual snapshots.
Select every member of the completed population.
Select every member of the completed population.
Select the highest assigned-fitness member.
Select the highest assigned-fitness member.
(diverse-strong distance-fn)Select a maximin-distance member of the top fitness quartile. distance-fn receives two genomes and context and returns a finite, non-negative number. Zero means equivalent. Return [] if none is distinct.
Select a maximin-distance member of the top fitness quartile. distance-fn receives two genomes and context and returns a finite, non-negative number. Zero means equivalent. Return [] if none is distinct.
(finite-number? x)True for finite numeric values (including ratios on the JVM).
True for finite numeric values (including ratios on the JVM).
Select the member with the highest mean focal encounter score.
Select the member with the highest mean focal encounter score.
Select the retained best mean-score observation.
Select the retained best mean-score observation.
Select the retained best assigned-fitness observation.
Select the retained best assigned-fitness observation.
Select the retained best single-encounter observation.
Select the retained best single-encounter observation.
(random-members n)Select up to n distinct candidates uniformly without replacement.
Select up to n distinct candidates uniformly without replacement.
(ranked-members n score-fn)Select up to n members by descending score-fn (individual, context). Ties preserve population order.
Select up to n members by descending score-fn (individual, context). Ties preserve population order.
Select the member with the highest single focal encounter score.
Select the member with the highest single focal encounter score.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |