es.udc.gii.common.eaf.plugin.parameter
Class LinearAnnealing

java.lang.Object
  extended by es.udc.gii.common.eaf.plugin.parameter.Parameter
      extended by es.udc.gii.common.eaf.plugin.parameter.LinearAnnealing
All Implemented Interfaces:
Configurable, Plugin

public class LinearAnnealing
extends Parameter

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

Field Summary
private  double a
           
private  double b
           
private  double c
           
private  StopTestPlugin counter
           
 
Constructor Summary
LinearAnnealing()
           
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
          Configures the specific element that implements this method.
 double get(EvolutionaryAlgorithm algorithm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

private double a

b

private double b

c

private double c

counter

private StopTestPlugin counter
Constructor Detail

LinearAnnealing

public LinearAnnealing()
Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Description copied from interface: Configurable
Configures the specific element that implements this method.

Parameters:
conf - a Configuration object.
See Also:
Configuration

get

public double get(EvolutionaryAlgorithm algorithm)
Specified by:
get in class Parameter