com.epochx.op
Interface Operator


public interface Operator

Operators are those operations for which it is possible to provide pluggable version in EpochX. Operators are not limited to the genetic operators of Crossover and Mutation.


Method Summary
 java.lang.Object[] getOperatorStats()
          Operator statistics are those statistics which are unique to a specific operator.
 

Method Detail

getOperatorStats

java.lang.Object[] getOperatorStats()
Operator statistics are those statistics which are unique to a specific operator. An operator may provide any statistics about its run that it wishes. Look at using the OPERATOR_STATS statistics fields for requesting these statistics for an operation.

Returns:
An Object array of operator specific statistics.