Skip to content
yosefm edited this page Sep 13, 2010 · 2 revisions

Code
KanGAL has both a C++ version and a C version of eps-moea, but the C++ version is dated and won’t work for every problem (TZD2 for example).

Papers

  1. The algorithm: Kalyanmoy Deb et al., Evaluating the epsilon-Domination Based Multi-Objective Evolutionary Algorithm
    for a Quick Computation of Pareto-Optimal Solutions, 2005, Evolutionary Computation 13(4): 501-525
  1. Test problems: Tzitzler E. et al, Comparison of Multiobjective Evolutionary Algorithms: Empirical Results, Evolutionary computation, 2000, vol 8(2), pp. 173-195.

Other papers regarding technical details are referenced in the code.

Clone this wiki locally