Uses of Class
net.sf.myra.framework.Trail

Uses of Trail in net.sf.myra.framework
 

Subclasses of Trail in net.sf.myra.framework
 class DefaultTrail
          Default Trail implementation that contains no duplicate vertices.
 

Methods in net.sf.myra.framework that return Trail
 Trail Trail.clone()
          Creates and returns a copy of this trail instance.
 Trail TrailFactory.createTrail()
          Returns a new trail.
 Trail DefaultTrailFactory.createTrail()
           
 Trail LocalSearch.explore(Trail trail)
          Returns an improved trail based on the exploration of neighborhood trails.
 Trail CompoundLocalSearch.explore(Trail trail)
           
 Trail Ant.getBestTrail()
          Returns the best trail constructed by the ant.
 Trail Ant.getTrail()
          Returns the current ant trail.
 Trail Ant.walk()
          Creates a new trail by walking in the problem construction graph.
 

Methods in net.sf.myra.framework that return types with arguments of type Trail
 java.util.List<Trail> Ant.getMemory()
          Returns the ordered (descendant order) ant trail memory list.
 

Methods in net.sf.myra.framework with parameters of type Trail
 void Constraint.check(Trail trail, Vertex<?> vertex)
          Checks if the specified node can be added to the trail.
 Cost ObjectiveFunction.evaluate(Trail trail)
          Evaluates the specified trail.
 Trail LocalSearch.explore(Trail trail)
          Returns an improved trail based on the exploration of neighborhood trails.
 Trail CompoundLocalSearch.explore(Trail trail)
           
 Vertex<?> DecisionPolicy.select(Graph<?> graph, Trail trail)
          Selects the next vertex to visit based on the partial trail.
 void Ant.setTrail(Trail trail)
          Sets the current ant trail.
 void PheromoneUpdater.update(Trail trail, Colony colony)
          Updates the pheromone values based on the specified ant trail.
 



Copyright © 2013. All Rights Reserved.