@hackage metaheuristics0.0.8

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

  • Categories

    • License

      LicenseRef-GPL

    • Maintainer

      sc06r2s@leeds.ac.uk

    • Versions

    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.