net.sf.myra.cantminer.preselect
Class ClassEdgePheromoneUpdater

java.lang.Object
  extended by net.sf.myra.cantminer.EdgePheromoneUpdater
      extended by net.sf.myra.cantminer.preselect.ClassEdgePheromoneUpdater
All Implemented Interfaces:
net.sf.myra.framework.PheromoneUpdater

public class ClassEdgePheromoneUpdater
extends EdgePheromoneUpdater

Default cAnt-Miner2 pehromone update policy.

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

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

Constructor Detail

ClassEdgePheromoneUpdater

public ClassEdgePheromoneUpdater()
Method Detail

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
Overrides:
update in class EdgePheromoneUpdater


Copyright © 2013. All Rights Reserved.