Missed changes to README while pushing to github. Ooops!
This commit is contained in:
parent
ce8c0a7057
commit
92e1d1771c
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
/target
|
||||||
|
/classes
|
||||||
|
/checkouts
|
||||||
|
profiles.clj
|
||||||
|
pom.xml
|
||||||
|
pom.xml.asc
|
||||||
|
*.jar
|
||||||
|
*.class
|
||||||
|
/.lein-*
|
||||||
|
/.nrepl-port
|
||||||
|
.hgignore
|
||||||
|
.hg/
|
12
README.md
12
README.md
|
@ -2,14 +2,21 @@
|
||||||
|
|
||||||
A general inference library using a game theoretic inference mechanism.
|
A general inference library using a game theoretic inference mechanism.
|
||||||
|
|
||||||
|
## Warning
|
||||||
|
|
||||||
|
There's nothing much here yet, I'm just starting to rebuild.
|
||||||
|
|
||||||
|
## Current motivation
|
||||||
|
|
||||||
|
Although the design of Wildwood was originally intended as part of a joint AI/Philosophy PhD thesis, I'm currently rebuilding it because I need it to support some computer game funtionality I'm working on. I'm building it as a library so that it should have dependencies on the game code, and that it should be possible to hook it up to other knowledge sources. Doing that, however, will probably be left as an exercise for the reader.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
FIXME
|
You can't, it doesn't work yet.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2020 FIXME
|
Copyright © 1988-2020 Simon Brooke simon@journeyman.cc
|
||||||
|
|
||||||
This program and the accompanying materials are made available under the
|
This program and the accompanying materials are made available under the
|
||||||
terms of the Eclipse Public License 2.0 which is available at
|
terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
@ -21,3 +28,4 @@ Public License, v. 2.0 are satisfied: GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 2 of the License, or (at your
|
the Free Software Foundation, either version 2 of the License, or (at your
|
||||||
option) any later version, with the GNU Classpath Exception which is available
|
option) any later version, with the GNU Classpath Exception which is available
|
||||||
at https://www.gnu.org/software/classpath/license.html.
|
at https://www.gnu.org/software/classpath/license.html.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue