Uses of Class
org.evoludo.simulator.models.IBSMCPopulation
Packages that use IBSMCPopulation
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
-
Uses of IBSMCPopulation in org.evoludo.simulator.models
Subclasses of IBSMCPopulation in org.evoludo.simulator.modelsModifier and TypeClassDescriptionclassThe core class for individual based simulations with a single continuous trait.Fields in org.evoludo.simulator.models declared as IBSMCPopulationModifier and TypeFieldDescription(package private) IBSMCPopulationIBSMCPopulation.opponentThe interaction partner/opponent of this populationopponent.getModule()==getModule().getOpponent().Methods in org.evoludo.simulator.models that return IBSMCPopulationModifier and TypeMethodDescription(package private) IBSMCPopulationIBSC.getIBSMCPopulation(int id) Helper routine to retrieve theIBSPopulationassociated with module withid.