sdt.ga
Interface AveragePopProperties
- All Known Implementing Classes:
- Fitness
- public interface AveragePopProperties
- extends java.io.Serializable
Any Fitness from which it is necessary to get the average
properties of each generation has to implement this interface.
For example, all ojects which extend Fitness have to automatically
implement these methods
add
public AveragePopProperties add(AveragePopProperties fit)
- is necessary to get the average properties of each generation
div
public AveragePopProperties div(int size)
- is necessary to get the average properties of each generation
copy
public void copy(AveragePopProperties org)
- is necessary to get the average properties of each generation