jakobbossek / ecr3vis

An evolutionary algorithm framework for R (currently limited to performance assessment of multi-objective randomized search heuristics).
https://jakobbossek.github.io/ecr3vis/
GNU General Public License v3.0
1 stars 0 forks source link

In GD docs mention IGDX #19

Closed jakobbossek closed 3 years ago

jakobbossek commented 3 years ago

Tanabe et al. proposed IGDX to measure "diversity" in decision space. Actually, it is just a fancy name for GD applied to the non-dominated point in decision space. Mention in the docs (with reference to Tanabe and Ishibushi) how to calculate IGDX adopting function igd.

jakobbossek commented 3 years ago

Done via 5a9ace6.