Package org.evoludo.simulator.modules
Interface Features.Static
- All Superinterfaces:
Features
- Enclosing interface:
Features
Interface that all modules with static fitness/payoffs should implement. The
original Moran process is an example, see
Moran
.-
Nested Class Summary
Nested classes/interfaces inherited from interface Features
Features.Groups, Features.Pairs, Features.Static
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
Gets the static scores for the different types.default boolean
isStatic()
Returns whether payoffs/fitness are static (false
by default).Methods inherited from interface Features
isPairwise
-
Method Details
-
isStatic
default boolean isStatic()Description copied from interface:Features
Returns whether payoffs/fitness are static (false
by default). -
getStaticScores
double[] getStaticScores()Gets the static scores for the different types.- Returns:
- the array with the static scores
-