diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-05-28 11:53:45 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-06-18 12:20:18 +0200 |
commit | a9f251c649a5dea7428a43dc24380077a72dacba (patch) | |
tree | e56e2cae2970968efe5f5ca285feb9f3b8ce2bbc /PyPI/MLRsearch/README.rst | |
parent | 938a0c9cec6d2177e098653ad398372fb482c36f (diff) |
CSIT-986: Implement proposed MDR improvements
+ Use first intermediate with goal in initial phase.
+ Measure above MRR if that got zero loss.
+ Always prioritizes NDR in internal search.
+ Rename classes.
+ Copy code for standalone PyPI publishing.
- Original files will be deleted after publish.
Change-Id: I5169d602d1e5e35a1894645cd52e70d791871608
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/MLRsearch/README.rst')
-rw-r--r-- | PyPI/MLRsearch/README.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/PyPI/MLRsearch/README.rst b/PyPI/MLRsearch/README.rst new file mode 100644 index 0000000000..1ad9f695a7 --- /dev/null +++ b/PyPI/MLRsearch/README.rst @@ -0,0 +1,30 @@ +Multiple Loss Ratio Search library +================================== + +Origins +------- + +This library was developed as a speedup for traditional binary search +in CSIT_ (Continuous System and Integration Testing) project of fd.io_ +(Fast Data), one of LFN_ (Linux Foundation Networking) projects. + +In order to make this code available in PyPI_ (Python Package Index), +the setuputils stuff has been added, +and the code has been moved into a separate directory_, +in order to not interfere with otherwise tightly coupled CSIT code. + +Usage +----- + +TODO. + +Operation logic +--------------- + +TODO. + +.. _CSIT: https://wiki.fd.io/view/CSIT +.. _fd.io: https://fd.io/ +.. _LFN: https://www.linuxfoundation.org/projects/networking/ +.. _PyPI: https://pypi.org/ +.. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch;hb=refs/heads/master |