Package

org.openmole.plugin.method

evolution

Permalink

package evolution

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

Type Members

  1. class Activator extends PluginInfoActivator

    Permalink
  2. case class AfterDuration(duration: Time) extends OMTermination with Product with Serializable

    Permalink
  3. case class AfterGeneration(steps: Long) extends OMTermination with Product with Serializable

    Permalink
  4. trait EvolutionWorkflow extends AnyRef

    Permalink
  5. type FitnessAggregation = (Seq[Double]) ⇒ Double

    Permalink
  6. trait GASeeder extends AnyRef

    Permalink
  7. type Genome = Seq[Input[_]]

    Permalink
  8. sealed trait OMTermination extends AnyRef

    Permalink
  9. case class Objective(prototype: Val[_], fromContext: (Context) ⇒ Double) extends Product with Serializable

    Permalink
  10. type Objectives = Seq[Objective]

    Permalink
  11. case class Stochastic[A[_]](seed: GASeeder = GASeeder.empty, replications: Int = 100, reevaluate: Double = 0.2, aggregation: core.workflow.dsl.OptionalArgument[A[FitnessAggregation]] = None)(implicit evidence$1: Functor[A]) extends Product with Serializable

    Permalink
  12. final class UniqueGenome extends AnyVal

    Permalink
  13. trait WorkflowIntegration[T] extends AnyRef

    Permalink
  14. trait WorkflowIntegrationSelector[L <: HList, U] extends DepFn1[L] with Serializable

    Permalink

Value Members

  1. object BreedTask

    Permalink
  2. object Delta

    Permalink
  3. object DeltaTask

    Permalink
  4. object ElitismTask

    Permalink
  5. object FromIslandTask

    Permalink
  6. object GAIntegration

    Permalink
  7. object GASeeder

    Permalink
  8. object GenerateIslandTask

    Permalink
  9. object Genome

    Permalink
  10. object GenomeProfile

    Permalink
  11. object InitialStateTask

    Permalink
  12. def IslandEvolution[HL <: HList, T](island: HL, parallelism: Int, termination: OMTermination, sample: core.workflow.dsl.OptionalArgument[Int] = None)(implicit wfi: WorkflowIntegrationSelector[HL, T], selectPuzzle: Selector[HL, _ <: PuzzleContainer]): ::[OutputEnvironmentPuzzleContainer { ... /* 3 definitions in type refinement */ }, ::[T, HNil]] forSome {val t: EvolutionWorkflow}

    Permalink
  13. object NSGA2

    Permalink
  14. object OMTermination

    Permalink
  15. object Objective extends Serializable

    Permalink
  16. object PSE

    Permalink
  17. object ReassignStateRNGTask

    Permalink
  18. object SavePopulationHook

    Permalink
  19. object ScalingGenomeTask

    Permalink
  20. object ScalingPopulationTask

    Permalink
  21. def SteadyStateEvolution[T](algorithm: T, evaluation: Puzzle, termination: OMTermination, parallelism: Int = 1)(implicit wfi: WorkflowIntegration[T]): ::[OutputEnvironmentPuzzleContainer { ... /* 3 definitions in type refinement */ }, ::[T, HNil]] forSome {val t: EvolutionWorkflow}

    Permalink
  22. object StochasticGAIntegration

    Permalink
  23. object TerminationTask

    Permalink
  24. object ToOffspringTask

    Permalink
  25. object UniqueGenome

    Permalink
  26. object WorkflowIntegration

    Permalink
  27. object WorkflowIntegrationSelector extends Serializable

    Permalink
  28. implicit def durationToDurationTerminationConverter(d: Time): AfterDuration

    Permalink
  29. implicit def intToCounterTerminationConverter(n: Long): AfterGeneration

    Permalink
  30. val operatorExploration: Double

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped