Crate mli [] [src]

Traits

Instruction

Interface for algorithms which are consumed when computing.

Mate

Things which can be mated.

MateRand

Things which can be mated using a source of randomness.

Mutate

Things which can be mutated.

Offline

Implement this on algorithms which can be trained offline.

OfflineRand

Like Offline, but also requires an Rng.

Online

Implement this on algorithms which can be trained online.

OnlineRand

Like Online, but also requires an Rng.

Stateful

Interface for algorithms which implement the capability to perform stateful computation.

Stateless

Interface for algorithms which implement the capability to perform stateless computation.