public interface Fitness
HeuristcNet
objects in a given population.Modifier and Type | Method and Description |
---|---|
HeuristicsNet[] |
calculate(HeuristicsNet[] population)
Calculates the fitness of every
HeuristicsNet (i.e., individuals) in a population. |
HeuristicsNet[] calculate(HeuristicsNet[] population)
HeuristicsNet
(i.e., individuals) in a population.population
- array containing various HeuristicsNet
.HeuristicsNet
with updated fitness values.