Crates.io | hv-wfg-sys |
lib.rs | hv-wfg-sys |
version | 0.1.1 |
source | src |
created_at | 2024-08-10 05:12:10.16186 |
updated_at | 2024-08-10 15:42:06.313751 |
description | A wrapper for the hyper-volume algorithm by While et al. (2012) |
homepage | https://github.com/lbradstreet/WFG-hypervolume/tree/master |
repository | https://github.com/s-simoncelli/optirustic |
max_upload_size | |
id | 1332010 |
size | 77,222 |
This crate contains a Rust wrapper to the C program to calculate the hyper-volume metric using the WFG algorithm proposed by
L. While, L. Bradstreet and L. Barone, "A Fast Way of Calculating Exact Hypervolumes," in IEEE Transactions on Evolutionary Computation, vol. 16, no. 1, pp. 86-95, Feb. 2012, doi: 10.1109/TEVC.2010.2077298.
The original source code is available at https://github.com/lbradstreet/WFG-hypervolume/tree/master under the GPL2
license.
The following changes were applied to the code in the vendor
folder (from commit b19f35c
):
calculate_hypervolume
function;This code is re-released under the GPL3
license.