EMPPSEOperation

class Object
trait Matchable
class Any

Value members

Concrete methods

def breeding[S, I, G](continuous: Vector[C], buildGenome: (Array[Double], Double) => G, lambda: Int, reject: Option[Vector[Double] => Boolean], gmm: S => Option[(GMM, State)]): (S, I) => G
def elitism[S, I, P : CanBeNaN](values: I => (Array[Double], Double), phenotype: I => P, pattern: P => Vector[Int], continuous: Vector[C], reject: Option[Vector[Double] => Boolean], densityMap: Lens[S, DensityMap], hitmap: Lens[S, HitMap], gmm: Lens[S, Option[(GMM, State)]], iterations: Int, tolerance: Double, dilation: Double, warmupSampler: Int, minClusterSize: Int, fitOnRarest: Int): S => I