OSEOperation

class Object
trait Matchable
class Any

Type members

Types

type ReachMap = Array[Vector[Int]]

Value members

Concrete methods

def adaptiveBreeding[S, I, G](fitness: I => Vector[Double], genome: I => G, continuousValues: G => Vector[Double], continuousOperator: G => Option[Int], discreteValues: G => Vector[Int], discreteOperator: G => Option[Int], discrete: Vector[D], origin: (Vector[Double], Vector[Int]) => Vector[Int], buildGenome: (Vector[Double], Option[Int], Vector[Int], Option[Int]) => G, tournamentRounds: Int => Int, lambda: Int, reject: Option[G => Boolean], operatorExploration: Double, archive: S => Array[I], reachMap: S => ReachMap): (S, I) => G
def elitism[S, I : ClassTag](fitness: I => Vector[Double], limit: Vector[Double], values: I => (Vector[Double], Vector[Int]), origin: (Vector[Double], Vector[Int]) => Vector[Int], mu: Int, archive: Lens[S, Array[I]], reachMap: Lens[S, ReachMap]): S => I
def filterAlreadyReached[G](origin: G => Vector[Int], reachMap: Set[Vector[Int]])(genomes: Vector[G]): Vector[G]
def patternIsReached(fitness: Vector[Double], limit: Vector[Double]): Boolean