Description
IVF is a first-class index type but tests are only in test_main.cpp. Missing: K-Means++ initialization trigger, multi-probe search correctness, centroid drift, set_num_probes effects.
Recommended Fix
Create tests/test_ivf.cpp with dedicated IVF test suite.
Description
IVF is a first-class index type but tests are only in
test_main.cpp. Missing: K-Means++ initialization trigger, multi-probe search correctness, centroid drift,set_num_probeseffects.Recommended Fix
Create
tests/test_ivf.cppwith dedicated IVF test suite.