net.sf.myra.antminer
Class DefaultPheromoneUpdater

java.lang.Object
  extended by net.sf.myra.antminer.DefaultPheromoneUpdater
All Implemented Interfaces:
net.sf.myra.framework.PheromoneUpdater

public class DefaultPheromoneUpdater
extends java.lang.Object
implements net.sf.myra.framework.PheromoneUpdater

This class represents a pheromone update procedure which initializes both pheromone and heuristic values.

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Constructor Summary
DefaultPheromoneUpdater()
           
 
Method Summary
 void evaporate(net.sf.myra.framework.Colony colony)
           
 void initialize(net.sf.myra.framework.Colony colony)
           
 void update(net.sf.myra.framework.Trail trail, net.sf.myra.framework.Colony colony)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPheromoneUpdater

public DefaultPheromoneUpdater()
Method Detail

initialize

public void initialize(net.sf.myra.framework.Colony colony)
Specified by:
initialize in interface net.sf.myra.framework.PheromoneUpdater

evaporate

public void evaporate(net.sf.myra.framework.Colony colony)
Specified by:
evaporate in interface net.sf.myra.framework.PheromoneUpdater

update

public void update(net.sf.myra.framework.Trail trail,
                   net.sf.myra.framework.Colony colony)
Specified by:
update in interface net.sf.myra.framework.PheromoneUpdater


Copyright © 2013. All Rights Reserved.