hv-fonseca-et-al-2006-sys

Crates.iohv-fonseca-et-al-2006-sys
lib.rshv-fonseca-et-al-2006-sys
version2.0.2-rc.2
sourcesrc
created_at2024-08-10 05:10:05.418808
updated_at2024-08-10 15:40:56.94117
descriptionA wrapper for the hyper-volume algorithm by Fonseca et al. (2006)
homepagehttps://lopez-ibanez.eu/hypervolume
repositoryhttps://github.com/s-simoncelli/optirustic
max_upload_size
id1332008
size234,214
Stefano Simonelli (s-simoncelli)

documentation

README

Fonseca et al. (2006)'s hyper-volume calculation

This crate contains a Rust wrapper to the C program to calculate the hyper-volume metric for a multi-objective optimisation in d dimensions with O(n^(d-2) log n) time and linear space complexity (in the worst-case). The algorithm was written by Carlos M. Fonseca, Manuel López-Ibáñez, Luís Paquete, and Andreia P. Guerreiro and is available at:

https://lopez-ibanez.eu/hypervolume#download

Relevant literature

Carlos M. Fonseca, Luís Paquete, and Manuel López-Ibáñez. An improved dimension - sweep algorithm for the hypervolume indicator. In Proceedings of the 2006 Congress on Evolutionary Computation (CEC'06), pages 1157–1163. IEEE Press, Piscataway, NJ, July 2006. [ bibtex | 10.1109/CEC.2006.1688440 | PDF ]

Commit count: 0

cargo fmt