Hypervolume approximation

Versión 1.0.0.0 (1,32 KB) por Simone
Hypervolume indicator of a Pareto frontier.
686 Descargas
Actualizado 15 abr 2015

Ver licencia

Approximates the hypervolume of a Pareto frontier. First, it generates
random samples in the hypercuboid defined by the utopia and antiutopia
points. Second, it counts the number of samples dominated by the front.
The hypervolume is approximated as the ratio 'dominated points / total
points'.
Please notice that the choice of the utopia and antiutopia point is
crucial: using points very far from the frontier will result in similar
hypervolume even for very different frontiers (if the utopia is too far
away, the hypervolume will be always low; if the antiutopia is too far
away, the hypervolume will be always high).
Also, frontier points "beyond" the reference points will not be counted
for the approximation (e.g., if the antiutopia is above the frontier or
the utopia is below, the hypervolume will be 0).
Inputs:
- F : the Pareto front to evaluate
- AU : antiutopia point
- U : utopia point
- N : number of sample for the approximation

Outputs:
- hv : hypervolume

Citar como

Simone (2026). Hypervolume approximation (https://es.mathworks.com/matlabcentral/fileexchange/50517-hypervolume-approximation), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Multiobjective Optimization en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Hypervolume Indicator

Inspiración para: Hypervolume Approximation (MEX)

Versión Publicado Notas de la versión
1.0.0.0