Liking cljdoc? Tell your friends :D

nature.initialization-operators

Functions to create individuals and populations

Functions to create individuals and populations
raw docstring

build-individualclj

(build-individual genetic-sequence fitness-function)
(build-individual genetic-sequence parent-coll age fitness-function)

Generate a new individual, and evaluate the fitness of the genetic sequence.

Generate a new individual, and evaluate the fitness of the genetic sequence.
sourceraw docstring

build-populationclj

(build-population population-size alleles sequence-length fitness-function)

Build population-size individuals by invoking build-individual on random, conforming genetic sequences.

Build `population-size` individuals by invoking `build-individual` on random, conforming genetic sequences.
sourceraw docstring

generate-sequenceclj

(generate-sequence alleles sequence-length)

Creates a genetic sequence of sequence-length elements, where each item is in the collection of alleles

Creates a genetic sequence of `sequence-length` elements,
where each item is in the collection of `alleles`
sourceraw docstring

uuidclj

(uuid)

More idiomatic wrapper around Java's v1 UUID functionality

More idiomatic wrapper around Java's v1 UUID functionality
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close