Uses of Enum Class
org.evoludo.simulator.modules.Continuous.Costs
Packages that use Continuous.Costs
-
Uses of Continuous.Costs in org.evoludo.simulator.modules
Fields in org.evoludo.simulator.modules declared as Continuous.CostsModifier and TypeFieldDescription(package private) Continuous.Costs[]
Continuous.Traits2Payoff.costs
The array of cost functions, one for each trait.Methods in org.evoludo.simulator.modules that return Continuous.CostsModifier and TypeMethodDescriptionContinuous.Traits2Payoff.getCostFunction
(int index) Get the cost function for traitindex
.Continuous.Traits2Payoff.getCostFunctions()
Get the array of cost functions, one for each trait.static Continuous.Costs
Returns the enum constant of this class with the specified name.static Continuous.Costs[]
Continuous.Costs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.evoludo.simulator.modules with parameters of type Continuous.CostsModifier and TypeMethodDescriptionvoid
Continuous.Traits2Payoff.setCostFunction
(Continuous.Costs costfcn, double[] cparams, int index) Set the cost function of the traitindex
tocostfcn
with parameters in the arraycparams
.