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: Duration) 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. type Genome = Seq[Input[_]]

    Permalink
  7. class Input[T] extends AnyRef

    Permalink
  8. sealed trait OMTermination extends AnyRef

    Permalink
  9. type Objective = Prototype[Double]

    Permalink
  10. type Objectives = Seq[Objective]

    Permalink
  11. case class Replication[A[_]](seed: Seeder = Seeder.empty, max: 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. trait Scalable[T] extends AnyRef

    Permalink
  13. case class Scalar(prototype: Prototype[Double], min: FromContext[Double], max: FromContext[Double]) extends Product with Serializable

    Permalink
  14. trait Seeder extends AnyRef

    Permalink
  15. case class Sequence(prototype: Prototype[Array[Double]], min: Seq[FromContext[Double]], max: Seq[FromContext[Double]]) extends Product with Serializable

    Permalink
  16. final class UniqueGenome extends AnyVal

    Permalink
  17. trait WorkflowIntegration[T] extends AnyRef

    Permalink

Value Members

  1. object BreedTask

    Permalink
  2. object ElitismTask

    Permalink
  3. object FromIslandTask

    Permalink
  4. object GAIntegration

    Permalink
  5. object GenerateIslandTask

    Permalink
  6. object Genome

    Permalink
  7. object GenomeProfile

    Permalink
  8. object InitialStateTask

    Permalink
  9. object Input

    Permalink
  10. object InputConverter

    Permalink
  11. def IslandEvolution[T](island: \&/[PuzzleContainer, T], parallelism: Int, termination: OMTermination, sample: core.workflow.dsl.OptionalArgument[Int] = None)(implicit wfi: WorkflowIntegration[T]): \&/[OutputEnvironmentPuzzleContainer { ... /* 3 definitions in type refinement */ }, T] forSome {val t: EvolutionWorkflow}

    Permalink
  12. object NSGA2

    Permalink
  13. object OMTermination

    Permalink
  14. object PSE

    Permalink
  15. object ReassignStateRNGTask

    Permalink
  16. object SavePopulationHook

    Permalink
  17. object Scalable

    Permalink
  18. object ScalingGenomeTask

    Permalink
  19. object ScalingPopulationTask

    Permalink
  20. object Seeder

    Permalink
  21. object Sequence extends Serializable

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

    Permalink
  23. object StochasticGAIntegration

    Permalink
  24. object TerminationTask

    Permalink
  25. object ToOffspringTask

    Permalink
  26. object UniqueGenome

    Permalink
  27. object WorkflowIntegration

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

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

    Permalink
  30. val operatorExploration: Double

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped