Skip to content

Added NSGA3 algorithm #11

Added NSGA3 algorithm

Added NSGA3 algorithm #11

Triggered via pull request August 8, 2024 05:02
@s-simoncellis-simoncelli
synchronize #12
add-nsga3
Status Success
Total duration 3m 59s
Artifacts

tests.yaml

on: pull_request
Cargo check and test on Unix systems
3m 49s
Cargo check and test on Unix systems
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3126
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3126:18 | 3126 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3116
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3116:18 | 3116 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3089
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3089:18 | 3089 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3081
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3081:18 | 3081 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3073
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3073:18 | 3073 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L1381
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:1381:10 | 1381 | ) -> u128; | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI = note: `#[warn(improper_ctypes)]` on by default