Liking cljdoc? Tell your friends :D

nature.panel-selectors

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.
raw docstring

all-membersclj/s

Select every member of the completed population.

Select every member of the completed population.
sourceraw docstring

best-fitnessclj/s

Select the highest assigned-fitness member.

Select the highest assigned-fitness member.
sourceraw docstring

diverse-strongclj/s

(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.
sourceraw docstring

finite-number?clj/s

(finite-number? x)

True for finite numeric values (including ratios on the JVM).

True for finite numeric values (including ratios on the JVM).
sourceraw docstring

generalistclj/s

Select the member with the highest mean focal encounter score.

Select the member with the highest mean focal encounter score.
sourceraw docstring

historical-best-averageclj/s

Select the retained best mean-score observation.

Select the retained best mean-score observation.
sourceraw docstring

historical-best-fitnessclj/s

Select the retained best assigned-fitness observation.

Select the retained best assigned-fitness observation.
sourceraw docstring

historical-best-maximumclj/s

Select the retained best single-encounter observation.

Select the retained best single-encounter observation.
sourceraw docstring

random-membersclj/s

(random-members n)

Select up to n distinct candidates uniformly without replacement.

Select up to n distinct candidates uniformly without replacement.
sourceraw docstring

ranked-membersclj/s

(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.
sourceraw docstring

specialistclj/s

Select the member with the highest single focal encounter score.

Select the member with the highest single focal encounter score.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
←Move to previous article
→Move to next article
Ctrl+/Jump to the search field
× close