Uses of Package
extended

Packages that use extended
extended contains more advanced search algorithms and the corresponding problem interfaces 
 

Classes in extended used by extended
BidirectionalProblem
          This is the base of all problems which can be solved in the bidirectional search.
HillClimbing
          The hill climbing algorithm is simple local search able to solve any problem implementing the extended.HillClimbingProblem interface.
HillClimbing.EStrategy
          Enumeration to select one of the two default hill climbing strategies.
HillClimbingProblem
          This is the base of all problems which can be solved with the hill climbing search.
HillClimbingStrategy
          This is the base of all strategies for the hill climbing search.
SimulatedAnnealingProblem
          This is the base of all problems which can be solved with the simulated annealing search.