https://github.com/openmole/mgo
Raw File
Tip revision: ff67a8044721e46dd341afbf7449fc5e5169d68e authored by Romain Reuillon on 01 December 2013, 11:42:58 UTC
Setting version to 1.67
Tip revision: ff67a80
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