Revision 2432415a17b0b2f1918616d246322ca8cbdddcbe authored by Guillaume Chérel on 13 May 2014, 09:31:14 UTC, committed by Guillaume Chérel on 13 May 2014, 09:31:14 UTC
2 parent s c5659e4 + 71bd47f
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
----------------

    resolvers += Resolver.sonatypeRepo("snapshots")

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

back to top