domhv | R Documentation |
Use Chan's algorithm (Chan, M T (2013). “Klee's measure problem made easy.” In 2013 IEEE 54th annual symposium on foundations of computer science, 410–419. IEEE.) to calculate dominated hypervolume.
domhv(fitnesses, nadir = 0, prefilter = TRUE, on_worse_than_nadir = "warn")
fitnesses |
( |
nadir |
( |
prefilter |
( |
on_worse_than_nadir |
( |
numeric(1)
: The dominated hypervolume of individuals in fitnesses
.
(fitnesses = matrix(c(1, 5, 2, 3, 0, 3, 1, 0, 10, 8), ncol = 2))
# to see the fitness matrix, use:
## plot(fitnesses, pch = as.character(1:5))
domhv(fitnesses)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.