-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
moo-rs/moors/src/non_dominated_sorting/fds.rs
Lines 132 to 135 in 10b170e
| // Test case 2: The second vector dominates the first | |
| let a = array![3.0, 3.0, 3.0]; | |
| let b = array![2.0, 4.0, 5.0]; | |
| assert_eq!(dominates(&a.view(), &b.view()), false); |
Stumbled across this while implementing a prototype w.r.t. #172.
Metadata
Metadata
Assignees
Labels
No labels