optimization-algorithms

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see the README on GitHub at https://github.com/mizunno/optimization-algorithms#readme


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), mtl, random [details]
License BSD-3-Clause
Copyright 2018 Pedro García Victoria
Author Pedro García Victoria
Maintainer pedrogarciavictoria@gmail.com
Home page https://github.com/mizunno/optimization-algorithms#readme
Bug tracker https://github.com/mizunno/optimization-algorithms/issues
Source repo head: git clone https://github.com/mizunno/optimization-algorithms
Uploaded by mizunno at 2018-08-31T16:13:14Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for optimization-algorithms-0.1.0.0

[back to package description]

Optimization Algorithms

This haskell library provide a bunch of algorithms to solve optimization problems (e.g. knacksap problem, TSP, scheduling, etc).

DISCLAIMER: I am developing this for academic purposes and to improve my Haskell.