openmole / mgo

Purely functional genetic algorithms for multi-objective optimisation
71 stars 3 forks source link

Add new dependances for cake layer Evolution #4

Closed reyman closed 8 years ago

reyman commented 9 years ago

Actually Evolution component is defined like this

trait Evolution extends Termination
    with Lambda
    with G
    with F
    with P
    with Archive
    with Breeding
    with Elitism { self =>

It seems an evolution metaheuristic also need :

A proposition ?

trait Evolution extends Termination
    with Lambda
    with G
    with F
    with P
    with Archive
    with Breeding
    with Elitism 
    with GtoPmapping
    with ObjectiveFunctions { self =>
romainreuillon commented 8 years ago

Complete re-factoring make that request obsolete.