Pablo R. Mier

Results 17 issues of Pablo R. Mier

It is more flexible to accept a SearchComponents (instead of a SearchProblem) that provides the basic strategies (double scalar function, double aggregator...) to every algorithm. Each algorithm is responsible of...

enhancement

Create a package for local search algorithms and implement the Tabu search.

task

http://en.wikipedia.org/wiki/SMA*

task

The impl. algorithms automatically discard equivalent paths. It would be interesting to add an option to avoid this default behavior.

enhancement

Example usage: ``` java graphBuilder .connect("a").to("b") .connect("a").to("b") .build(); ```

enhancement

Create UninformedSearchComponents / InformedSearchComponents. This is required in order to instantiate uninformed algorithms without generic cost type.

enhancement