NoisyNSGA2Operations

class Object
trait Matchable
class Any

Value members

Concrete methods

def adaptiveBreeding[S, I, G, P](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], buildGenome: (Vector[Double], Option[Int], Vector[Int], Option[Int]) => G, tournamentRounds: Int => Int, lambda: Int, reject: Option[G => Boolean], operatorExploration: Double, cloneProbability: Double): (S, I) => G
def aggregated[I, P](fitness: I => Vector[P], aggregation: Vector[P] => Vector[Double], accuracy: I => Double)(i: I): Vector[Double]
def elitism[S, I, P](fitness: I => Vector[Double], values: I => (Vector[Double], Vector[Int]), mergeHistories: (Vector[I], Vector[I]) => Vector[I], mu: Int): S => I