Packages

o

cilib.exec

Runner

object Runner

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

Type Members

  1. trait Iteration extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def algorithm[M[_], F[_], A, B](name: Refined[String, NonEmpty], config: A, f: (A) ⇒ Kleisli[M, F[B], F[B]], updater: (A, @@[Int, Iteration]) ⇒ A)(implicit arg0: Monad[M], arg1: Foldable1[F]): Process[Nothing, Algorithm[Kleisli[M, F[B], F[B]]]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def foldStep[F[_], A, B](initialConfig: Environment[A], rng: RNG, collection: RVar[F[B]], alg: Process[Task, Algorithm[Kleisli[[β$0$]Step[A, β$0$], F[B], F[B]]]], env: Process[Task, Problem[A]], onChange: (F[B], Eval[NonEmptyList, A]) ⇒ RVar[F[B]]): Process[Task, Progress[F[B]]]

    Interpreter for algorithm execution

  10. def foldStepS[F[_], S, A, B](initialConfig: Environment[A], initialState: S, rng: RNG, collection: RVar[F[B]], alg: Process[Task, Algorithm[Kleisli[[γ$2$]StepS[A, S, γ$2$], F[B], F[B]]]], env: Process[Task, Problem[A]], onChange: (F[B], Eval[NonEmptyList, A]) ⇒ RVar[F[B]]): Process[Task, Progress[(S, F[B])]]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def measure[A, S, B](f: (A) ⇒ B)(implicit B: SchemaFor[B]): Process1[Progress[A], Measurement[B]]
  15. def measureWithState[A, S, B](f: (S, A) ⇒ B)(implicit B: SchemaFor[B]): Process1[Progress[(S, A)], Measurement[B]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def problem[S, A](name: Refined[String, NonEmpty], state: RVar[S], next: (S) ⇒ RVar[(S, Eval[NonEmptyList, A])])(env: Stream[Env], rng: RNG): Process[Task, Problem[A]]
  20. def repeat[M[_], F[_], A](n: Int, alg: Kleisli[M, F[A], F[A]], collection: RVar[F[A]])(implicit arg0: Monad[M], M: MonadStep[M]): M[F[A]]
  21. def staticAlgorithm[M[_], F[_], A](name: Refined[String, NonEmpty], a: Kleisli[M, F[A], F[A]])(implicit arg0: Monad[M]): Process0[Algorithm[Kleisli[M, F[A], F[A]]]]
  22. def staticProblem[S, A](name: Refined[String, NonEmpty], eval: Eval[NonEmptyList, A]): Process[Task, Problem[A]]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped