jakobbossek / ecr

Outdated: New repository https://github.com/jakobbossek/ecr2
Other
13 stars 5 forks source link

Add basic implementation of NSGA-II #88

Closed jakobbossek closed 9 years ago

jakobbossek commented 9 years ago

Since both the fast nondominated sorting algorithm and crowding distance computation are implemented the NSGA-II can basically be implemented.

jakobbossek commented 9 years ago

Added NSGA-II to inst/examples. There is no crowding sort based mating pool selection, but the most important stuff (NDS and CD as second criterion for survival selection) are implemented.