public class Hypervolume
extends java.lang.Object
This class implements the hypervolume indicator. The code is the a Java version
 of the original metric implementation by Eckart Zitzler.
 It can be used also as a command line program just by typing
 $java br.otimizes.oplatool.core.jmetal4.qualityIndicator.Hypervolume   
 Reference: E. Zitzler and L. Thiele
 Multiobjective Evolutionary Algorithms: A Comparative Case Study
 and the Strength Pareto Approach,
 IEEE Transactions on Evolutionary Computation, vol. 3, no. 4,
 pp. 257-271, 1999.