Object

fr.iscpif.mgo.algorithm

noisynsga2

Related Doc: package algorithm

Permalink

object noisynsga2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. noisynsga2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Genome(values: Array[Double], operator: Maybe[Int]) extends Product with Serializable

    Permalink
  2. case class Individual(genome: Genome, historyAge: Long, fitnessHistory: Array[Array[Double]], age: Long) extends Product with Serializable

    Permalink
  3. case class NoisyNSGA2(mu: Int, lambda: Int, fitness: (Random, Vector[Double]) ⇒ Vector[Double], aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double], genomeSize: Int, historySize: Int = 100, cloneProbability: Double = 0.2, operatorExploration: Double = 0.1) extends Product with Serializable

    Permalink
  4. case class OpenMOLE(mu: Int, operatorExploration: Double, genomeSize: Int, historySize: Int, cloneProbability: Double, aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Genome extends Serializable

    Permalink
  5. object Individual extends Serializable

    Permalink
  6. object NoisyNSGA2 extends Serializable

    Permalink
  7. object OpenMOLE extends Serializable

    Permalink
  8. def aggregate(population: Vector[Individual], aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double], scaling: (Vector[Double]) ⇒ Vector[Double]): Vector[(Vector[Double], Vector[Double])]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def breeding(lambda: Int, operatorExploration: Double, cloneProbability: Double, aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double]): Breeding[[β]IndexedStateT[IO, mgo.EvolutionData[Unit], mgo.EvolutionData[Unit], β], Individual, Genome]

    Permalink
  11. def buildGenome(values: Vector[Double], operator: Maybe[Int]): Genome

    Permalink
  12. def buildIndividual(g: Genome, f: Vector[Double]): Individual

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def elitism(mu: Int, historySize: Int, aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double]): Elitism[[β]IndexedStateT[IO, mgo.EvolutionData[Unit], mgo.EvolutionData[Unit], β], Individual]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def expression(fitness: (Random, Vector[Double]) ⇒ Vector[Double]): Expression[(Random, Genome), Individual]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def initialGenomes(lambda: Int, genomeSize: Int): mgo.EvolutionState[Unit, Vector[Genome]]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def oldest(population: Vector[Individual]): Vector[Individual]

    Permalink
  27. def result(population: Vector[Individual], aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double], scaling: (Vector[Double]) ⇒ Vector[Double]): Vector[(Vector[Double], Vector[Double])]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def vectorFitness: PLens[Individual, Individual, Vector[Vector[Double]], Vector[Vector[Double]]]

    Permalink
  31. def vectorValues: PLens[Genome, Genome, Vector[Double], Vector[Double]]

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped