Skip to content

Releases: kwhitehall/grab-tag-graph

GTG_parallel

11 Jan 09:50
Compare
Choose a tag to compare
GTG_parallel Pre-release
Pre-release

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

11 Jan 09:20
Compare
Choose a tag to compare

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

04 Nov 02:21
Compare
Choose a tag to compare

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

27 Oct 23:50
Compare
Choose a tag to compare

This is the code that was created and used for analysis in the thesis and paper.