Algorithm

mgo.tools.execution.Algorithm
See theAlgorithm companion object
trait Algorithm[T, I, G, S]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def initialPopulation(t: T, rng: Random, parallel: ParallelContext): Vector[I]
def initialState(t: T, rng: Random): S
def step(t: T): (S, Vector[I], Random, ParallelContext) => (S, Vector[I])