Object

fr.iscpif.mgo.algorithm

noisypse

Related Doc: package algorithm

Permalink

object noisypse extends Imports

Linear Supertypes
Imports, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. noisypse
  2. Imports
  3. AnyRef
  4. 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, phenotypeHistory: Array[Array[Double]], age: Long, mapped: Boolean = false, foundedIsland: Boolean = false) extends Product with Serializable

    Permalink
  3. case class NoisyPSE(lambda: Int, phenotype: (Random, Vector[Double]) ⇒ Vector[Double], pattern: (Vector[Double]) ⇒ Vector[Int], 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(pattern: (Vector[Double]) ⇒ Vector[Int], aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double], genomeSize: Int, historySize: Int, cloneProbability: Double, operatorExploration: 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 NoisyPSE extends Serializable

    Permalink
  7. object OpenMOLE extends Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def boundedGrid(lowBound: Vector[Double], highBound: Vector[Double], definition: Vector[Int])(value: Vector[Double]): Vector[Int]

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

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

    Permalink
  12. def buildIndividual(genome: Genome, phenotype: Vector[Double]): Individual

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def elitism(pattern: (Vector[Double]) ⇒ Vector[Int], aggregation: (Vector[Vector[Double]]) ⇒ Vector[Double], historySize: Int): Elitism[[β]IndexedStateT[IO, mgo.EvolutionData[Map[Vector[Int], Int]], mgo.EvolutionData[Map[Vector[Int], Int]], β], 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(phenotype: (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. def genomeProfile[G](values: (G) ⇒ Vector[Double], x: Int, nX: Int): Niche[G, Int]

    Permalink
    Definition Classes
    Imports
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def grid(gridSize: Seq[Double])(value: Vector[Double]): Vector[Int]

    Permalink
    Definition Classes
    Imports
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit def hitMapper: HitMapper[[β]IndexedStateT[IO, mgo.EvolutionData[Map[Vector[Int], Int]], mgo.EvolutionData[Map[Vector[Int], Int]], β], Vector[Int]]

    Permalink
  24. def initialGenomes(mu: Int, genomeSize: Int): mgo.EvolutionState[HitMap, Vector[Genome]]

    Permalink
  25. def irregularGrid(axes: Vector[Vector[Double]])(values: Vector[Double]): Vector[Int]

    Permalink
    Definition Classes
    Imports
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def mapGenomePlotter[G](x: Int, nX: Int, y: Int, nY: Int)(implicit values: Lens[G, Seq[Double]]): Niche[G, (Int, Int)]

    Permalink
    Definition Classes
    Imports
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from Imports

Inherited from AnyRef

Inherited from Any

Ungrouped