deterministic

mgo.evolution.algorithm.`package`.deterministic
object deterministic

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def expression[G, P, I](values: G => (Vector[Double], Vector[Int]), build: (G, P, Long, Boolean) => I, fitness: (Vector[Double], Vector[Int]) => P): (G, Long, Boolean) => I
def initialPopulation[G, I](initialGenomes: Vector[G], expression: (G, Long, Boolean) => I, parallel: ParallelContext): Vector[I]
def step[S, I, G](breeding: (S, I) => G, expression: (G, Long, Boolean) => I, elitism: S => I, generation: Lens[S, Long], evaluated: Lens[S, Long])(s: S, population: Vector[I], rng: Random, parallel: ParallelContext): (S, Vector[I])