net.sf.myra.cantminer.alpha
Class PheromoneUpdater
java.lang.Object
net.sf.myra.cantminer.alpha.PheromoneUpdater
public class PheromoneUpdater
- extends java.lang.Object
- Version:
- $Revision$ $Date:: #$
- Author:
- Fernando Esteban Barril Otero
Field Summary |
static java.lang.String |
EVAPORATION_FACTOR
The property key under which the evaporation factor is stored. |
static double |
INITIAL
The initial pheromone value (this is an arbitrary 'big' value). |
static java.lang.String |
P_BEST
The property key under which the p_best probability is stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVAPORATION_FACTOR
public static final java.lang.String EVAPORATION_FACTOR
- The property key under which the evaporation factor is stored.
- See Also:
- Constant Field Values
P_BEST
public static final java.lang.String P_BEST
- The property key under which the p_best probability is stored.
- See Also:
- Constant Field Values
INITIAL
public static final double INITIAL
- The initial pheromone value (this is an arbitrary 'big' value).
- See Also:
- Constant Field Values
PheromoneUpdater
public PheromoneUpdater()
initialize
public void initialize(net.sf.myra.framework.Graph<Step> graph)
update
public void update(CandidateRuleList candidate,
net.sf.myra.framework.Graph<Step> graph)
hasConverged
public boolean hasConverged(net.sf.myra.framework.Graph<Step> graph,
CandidateRuleList best)
Copyright © 2013. All Rights Reserved.