es.udc.gii.common.eaf.algorithm.evaluate.constraint
Interface ConstraintMethod

All Superinterfaces:
Configurable, java.io.Serializable
All Known Implementing Classes:
NoConstraintsMethod

public interface ConstraintMethod
extends Configurable, java.io.Serializable

This interface represents a constraint method handling to be used when the user wants to solve a constrained method.

Since:
1.0
Author:
Grupo Integrado de IngenierĂ­a (www.gii.udc.es)

Method Summary
 void evaluate(Individual individual)
           
 
Methods inherited from interface es.udc.gii.common.eaf.config.Configurable
configure
 

Method Detail

evaluate

void evaluate(Individual individual)