Releases: kwhitehall/grab-tag-graph
Releases · kwhitehall/grab-tag-graph
GTG_parallel
This is the first version of the parallel version of GTG. The algorithm is parallelized in one part to find the areas of interest faster (find_cloud_elements). These indicate this provides ~10x speed ups.
GTG_serial
This version contains the following:
- fixes to bug associated with graph depth for large problems
- ugrades associated with testing/ development of code baselinetimings.py, sample data, checks for comparing results between runs
- conversion of some output files formats to JSON
refactored_code
This is the codebase after the first stage of refactoring of the original codebase.
• the functions the mccsearch.py were split into various files based on their functionality.
• linting standards were determined and the code was linted accordingly
• documentation was added (in the form of wiki pages) and Readme.md updated
original
This is the code that was created and used for analysis in the thesis and paper.