org
.
openmole
.
plugin
.
method
.
evolution
EvolutionWorkflow
Related Doc:
package evolution
trait
EvolutionWorkflow
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
EvolutionWorkflow
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
G
=
mgo.openmole.Integration.G
type
I
=
mgo.openmole.Integration.I
abstract
type
MGOAG
abstract
type
P
type
Pop
=
Vector
[
I
]
type
S
=
mgo.openmole.Integration.S
abstract
type
V
Abstract Value Members
abstract
def
buildIndividual
(
genome:
G
,
context:
Context
)
:
I
abstract
def
genomeToVariables
(
genome:
G
)
:
FromContext
[
Seq
[
Variable
[_]]]
abstract
def
inputPrototypes
:
Seq
[
Val
[_]]
abstract
val
integration
:
Integration
[
MGOAG
,
V
,
P
]
abstract
def
mgoAG
:
MGOAG
abstract
def
objectives
:
Seq
[
Objective
]
abstract
def
populationToVariables
(
population:
Pop
)
:
FromContext
[
Seq
[
Variable
[_]]]
abstract
def
resultPrototypes
:
Seq
[
Val
[_]]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
generationPrototype
:
Val
[
Long
]
def
genomePrototype
:
Val
[
G
]
def
genomeType
:
ValType
[
G
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
individualPrototype
:
Val
[
I
]
def
individualType
:
ValType
[
I
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
namespace
:
Namespace
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
offspringPrototype
:
Val
[
Pop
]
def
operations
:
Ops
def
outputPrototypes
:
Seq
[
Val
[
Double
]]
def
populationPrototype
:
Val
[
Pop
]
def
populationType
:
ValType
[
Pop
]
def
statePrototype
:
Val
[
S
]
def
stateType
:
ValType
[
S
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
terminatedPrototype
:
Val
[
Boolean
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped