forked from cmu-phil/tetrad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
67 lines (45 loc) · 1.91 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
This is the code for the Tetrad Project; an introduction
can be found here:
www.phil.cmu.edu/tetrad
The programmer's website is here:
www.phil.cmu.edu/tetrad/maven
Javadocs are here:
www.phil.cmu.edu/tetrad/maven/apidocs/index.html
Downloads directory is here:
www.phil.cmu.edu/projects/tetrad_download/maven/edu/cmu/
The wiki is here:
https://github.com/cmu-phil/tetrad/wiki
The issue tracker is here:
https://github.com/cmu-phil/tetrad/issues
This is a Maven port of an existing Ant-based project
that's been under development for many years in the
Department of Philosophy at Carnegie Mellon University.
For instructions on how to set this project up in
IntelliJ IDEA, see the Wiki. Alternatively, you can
run the lifecycle package target and launch the ejar
that is built in the target directory, using the call
java -jar *-launch.jar
The project contains fairly well-developed code in these
packages:
tetrad
pitt
tetradapp
The tetrad package contains the "model" code; the
tetradapp package contains the "view" (GUI) code. The
model code is packaged as the lib-tetrad submodule; the
view code is packaged as the tetrad submodule; these
can be downloaded separately n the above downloads directory.
Contributions are welcome; we will handle these via the
issue tracker and the GitHub pull-request procedure. As
usual, please fork the repository if you'd like to work on
it. Comments are also welcome.
We will try to straighten out our websites soon. Sorry.
Still in the process of cleaning up the code for general use,
sorry. Some files may be removed in the process.
IntelliJ IDEA files were removed from the repository; if
these got removed in your fork, just set up the IntelliJ
project again (without cloning it again, that is). See
Wiki.
Don't be too impressed with the high version number. Tetrad
has gone through many phases, in more than one programming
language. The Java versions are 4 and 5 (the current).