|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Fitness
Defines fitness functions for Darwinian (Evolutionary Computation) Systems.
| Method Summary | |
|---|---|
double |
getFitness(Trait trait,
EcoFactor factor)
Method to evaluate the fitness of a trait of type Trait
with respect to an
environmental factor of type EcoFactor. |
double |
getWeight(Trait trait,
EcoFactor factor)
Method to get the weight fora trait/factor pair (see above). |
| Method Detail |
|---|
double getFitness(Trait trait,
EcoFactor factor)
Trait
with respect to an
environmental factor of type EcoFactor.
trait - the trait to be evaluated in the environment.factor - the environmental factor.
double getWeight(Trait trait,
EcoFactor factor)
trait - the trait to be evaluated in the environment.factor - the environmental factor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||