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

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

public class LogAnnealing
extends Parameter

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

Field Summary
private  StopTestPlugin counter
           
 
Constructor Summary
LogAnnealing()
           
LogAnnealing(StopTestPlugin counter)
           
 
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

counter

private StopTestPlugin counter
Constructor Detail

LogAnnealing

public LogAnnealing()

LogAnnealing

public LogAnnealing(StopTestPlugin counter)
Method Detail

get

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

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