feat(jobspec): Unify soak jobspecs
[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 but after some discussion, the export directory_
14 is only a symlink to the original place of tightly coupled CSIT code.
15
16 Change log
17 ----------
18
19 0.3.0: Migrated to Python 3.6, small code quality improvements.
20
21 0.2.0: Optional parameter "doublings" has been added.
22
23 0.1.1: First officially released version.
24
25 Usage
26 -----
27
28 TODO.
29
30 Operation logic
31 ---------------
32
33 See `IETF draft`_.
34
35 .. _CSIT: https://wiki.fd.io/view/CSIT
36 .. _fd.io: https://fd.io/
37 .. _LFN: https://www.linuxfoundation.org/projects/networking/
38 .. _PyPI: https://pypi.org/
39 .. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch;hb=refs/heads/master
40 .. _IETF draft: https://tools.ietf.org/html/draft-vpolak-mkonstan-bmwg-mlrsearch