object PSE
- Companion
- class
Type members
Classlikes
case
class Result(continuous: Vector[Double], discrete: Vector[Int], pattern: Vector[Int], phenotype: Vector[Double], individual: Individual)
Types
Value members
Concrete methods
def adaptiveBreeding(lambda: Int, operatorExploration: Double, discrete: Vector[D], pattern: Vector[Double] => Vector[Int], reject: Option[Genome => Boolean]): (PSEState, Individual) => Genome
def expression(phenotype: (Vector[Double], Vector[Int]) => Vector[Double], continuous: Vector[C]): Genome => Individual
def initialGenomes(lambda: Int, continuous: Vector[C], discrete: Vector[D], reject: Option[Genome => Boolean], rng: Random): Vector[Genome]
def result(population: Vector[Individual], continuous: Vector[C], pattern: Vector[Double] => Vector[Int]): Vector[Result]