Revision 6ec5dd81fa18b72175d185bf9b3e8db3598ba694 authored by Romain Reuillon on 30 July 2014, 20:35:52 UTC, committed by Romain Reuillon on 30 July 2014, 20:35:52 UTC
1 parent b4f0b0a
Raw File
README.md
MGO
===

MGO is a library based on the cake pattern for multi-objective evolutionary algorithm:
* written in scala,
* enforcing immutability,
* exposes a modular and exetensible architechture,
* implements state of the art algorithms,
* take advantage of multi-core architectures.

Licence
-------

MGO is licenced under the GNU Affero GPLv3 software licence. 

Example
-------

Have a look at the test directory in the repository.
  
SBT dependency
----------------

    libraryDependencies += "fr.iscpif" %% "mgo" % "1.72"

back to top