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


Method Summary
 AveragePopProperties add(AveragePopProperties fit)
          is necessary to get the average properties of each generation
 void copy(AveragePopProperties org)
          is necessary to get the average properties of each generation
 AveragePopProperties div(int size)
          is necessary to get the average properties of each generation
 

Method Detail

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