Skip to content

Commit e216856

Browse files
committed
[BUG] wrong documentation about the hypervolume #746
1 parent 6e1cb88 commit e216856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/misc/indicators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ print("IGD+", ind(A))
146146

147147
+++
148148

149-
For all performance indicators shown so far, a target set needs to be known. For Hypervolume only a reference point needs to be provided. First, I would like to mention that we are using the Hypervolume implementation from [DEAP](https://deap.readthedocs.io/en/master/). It calculates the area/volume, which is dominated by the provided set of solutions with respect to a reference point.
149+
For all performance indicators shown so far, a target set needs to be known. For Hypervolume only a reference point needs to be provided. First, I would like to mention that we are using the Hypervolume implementation from [moocore](https://github.com/multi-objective/moocore). It calculates the area/volume, which is dominated by the provided set of solutions with respect to a reference point.
150150

151151
+++
152152

0 commit comments

Comments
 (0)