RunAlgorithm

case
class RunAlgorithm[T, I, G, S](t: T, algo: Algorithm[T, I, G, S], stopCondition: Option[S => I], traceOperation: Option[S => I])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def eval(rng: Random): (S, Vector[I])
def evolution(rng: Random): (S, Vector[I])
def trace(f: (S, Vector[I]) => Unit): RunAlgorithm[T, I, G, S]
def until(stopCondition: S => I): RunAlgorithm[T, I, G, S]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product