Package org.evoludo.simulator.views
Interface HasMean.Strategy
- All Superinterfaces:
HasMean
- All Known Implementing Classes:
ATBT
,CDL
,CDLP
,CDLPQ
,Centipede
,CLabour
,CSD
,DemesTBT
,EcoPGG
,Moran
,NetGames
,RSP
,scanCSD
,simCDL
,simCDLP
,simCDLPQ
,simMoran
,simTBT
,simTraits
,TBT
,Traits
- Enclosing interface:
HasMean
Module
s that implement this
interface request a LineGraph
that depicts the mean strategies of the population. For discrete modules with
\(d\) traits the frequency/density of all traits is shown in a single panel.
In contrast, for continuous modules with \(d\) traits, \(d\) panels are shown
each depicting the mean \(\bar x_i\) of one trait together with its standard
deviation \(\bar x_i \pm \sigma_i\).
Note: this requires that the
Model
implements the
method Model.getMeanTraits(int, double[])
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasMean
HasMean.Fitness, HasMean.Strategy