swh:1:snp:aa8b4c9b793b36ad527c4b4777087a0aff8ee6b3
Raw File
Tip revision: bb195762030e43c3c5f5c6578c639e08dfebefaf authored by Romain Reuillon on 15 March 2013, 18:41:13 UTC
Setting version to 1.55
Tip revision: bb19576
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.
  
Maven dependency
----------------

    <dependency>
      <groupId>fr.iscpif</groupId>
      <artifactId>mgo</artifactId>
      <version>1.XX</version>
    </dependency>
    
    <repository>
      <id>maven.iscpif.fr</id>
      <name>ISC-PIF Repository</name>
      <url>http://maven.iscpif.fr/public/</url>
    </repository>

back to top