JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.commons.math3.genetics
Interface Fitness
All Known Implementing Classes:
AbstractListChromosome
,
BinaryChromosome
,
Chromosome
,
RandomKey
public interface
Fitness
Fitness of a chromosome.
Since:
2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
fitness
()
Compute the fitness.
Method Detail
fitness
double fitness()
Compute the fitness. This is usually very time-consuming, so the value should be cached.
Returns:
fitness
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method