PSEOperations

class Object
trait Matchable
class Any

Value members

Concrete methods

def adaptiveBreeding[S, I, G](genome: I => G, continuousValues: G => Vector[Double], continuousOperator: G => Option[Int], discreteValues: G => Vector[Int], discreteOperator: G => Option[Int], discrete: Vector[D], pattern: I => Vector[Int], buildGenome: (Vector[Double], Option[Int], Vector[Int], Option[Int]) => G, lambda: Int, reject: Option[G => Boolean], operatorExploration: Double, hitmap: Lens[S, HitMap]): (S, I) => G
def elitism[S, I, P : CanBeNaN](values: I => (Vector[Double], Vector[Int]), phenotype: I => P, pattern: P => Vector[Int], hitmap: Lens[S, HitMap]): S => I