Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 964 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 964 Bytes

Our current plan is to update this repository to do algorithms comparisons using the algcomparison command line XML tool.

Algcomparison is an API in Tetrad for algorithms comparison that is already well-developed and has been heavily used inside of Tetrad. The command line tool allows on to construct XML files to instruct algcomparison as to how to run these comparisons. It also adds a facility to include search graphs from other platforms such as R, Python, or Matlab, so the idea is to write some Python code (this project) to do these runs, generate graphs in the required Tetrad text format, construct the requisite XML files to give to the command-line tool, and run the command line tool using os.system(..) to generate comparison tables.

The previous algcompy code has been moved into the directory 'old' and updated to causal-cmd 1.6.1.

jdramsey 2023-03-08