Uses of Package
net.sf.myra.framework

Classes in net.sf.myra.framework used by net.sf.myra.framework
Ant
          This class represents an artificial ant.
Colony
          This class represents a colony of artificial ants.
CompoundStopCondition.Type
          Represents the type of the test applied.
Constraint
          The Constraint interface represents problem constraints that may be used in the trail construction procedure.
Cost
          This interface represents a cost associated with trails created by ants.
DaemonAction
          This interface represents an action that take place at every iteration of the algorithm.
DecisionPolicy
          The DecisionPolicy class represents the selection policy of the trail construction procedure.
DefaultTrail
          Default Trail implementation that contains no duplicate vertices.
Edge
          This class represents an edge (connection) of the problem construction graph.
Environment
          The colony environment (in practice, only the current colony iteration).
Graph
          This class represents the problem construction graph.
Graph.Element
          This class represents an element of the graph.
HeuristicInformation
           
HeuristicValue
          Default heuristic value implementation.
Info
          This interface represents additional information that can be added to the vertex or edge.
Info.Void
          This class represents an Info which has no information associated.
LocalSearch
          This interface represents a local search method, which aims to improve a trail (solution) by perfoming local changes.
NoAvailableVertexException
          Signals that there are no available vertices to be selected.
NumericCost
          Default numeric cost implementation.
ObjectiveFunction
          The ObjectiveFunction class represents the function that evaluates candidate solutions.
Pheromone
          Default pheromone implementation.
PheromoneUpdater
          This interface handles pheromone operations (initialization, update and evaporation).
RandomGenerator
          This class represents the random number generation source.
Scheduler
          This class represents the schedule of activities to evolve the colony of ants, in order to perform a search for solutions.
StopCondition
          This interface represents a stop condition for the search of solutions.
Trail
          This class represents an ant tour in the problem construction graph.
TrailFactory
          This interfce represents the trail creation mechanism.
UnsatisfiedConstraintException
          Thrown to indicate that a constraint has not been satisfied.
Vertex
          This class represents a vertex of the problem construction graph.
Weighable
          A class implements the Weighable interface to indicate that it can have pheromone and heuristic information values.
 



Copyright © 2013. All Rights Reserved.