CSIT-986: Implement proposed MDR improvements
[csit.git] / PyPI / MLRsearch / README.rst
1 Multiple Loss Ratio Search library
2 ==================================
3
4 Origins
5 -------
6
7 This library was developed as a speedup for traditional binary search
8 in CSIT_ (Continuous System and Integration Testing) project of fd.io_
9 (Fast Data), one of LFN_ (Linux Foundation Networking) projects.
10
11 In order to make this code available in PyPI_ (Python Package Index),
12 the setuputils stuff has been added,
13 and the code has been moved into a separate directory_,
14 in order to not interfere with otherwise tightly coupled CSIT code.
15
16 Usage
17 -----
18
19 TODO.
20
21 Operation logic
22 ---------------
23
24 TODO.
25
26 .. _CSIT: https://wiki.fd.io/view/CSIT
27 .. _fd.io: https://fd.io/
28 .. _LFN: https://www.linuxfoundation.org/projects/networking/
29 .. _PyPI: https://pypi.org/
30 .. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch;hb=refs/heads/master