local-search

Generalised local search within Haskell, for applications in combinatorial optimisation.

http://www.comp.leeds.ac.uk/sc06r2s/Projects/HaskellLocalSearch

Latest on Hackage:0.0.7

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-GPL licensed by Richard Senington & David Duke
Maintained by [email protected]

This library operates by representing metaheuristics as generators of solutions, or streams of solutions, which are themselves the result of resolving the interactions of other streams of values. The library contains combinators for constructing and managing these structures.