A general inference library using a game theoretic inference mechanism.
Find a file
2020-04-22 12:06:58 +01:00
doc Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
docs/codox Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
src/wildwood Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
test/wildwood Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
.gitignore Missed changes to README while pushing to github. Ooops! 2020-04-22 12:06:58 +01:00
CHANGELOG.md Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
LICENSE Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
project.clj Started the project, added most of the existing text of 'Against Truth'. 2020-04-22 11:41:21 +01:00
README.md Missed changes to README while pushing to github. Ooops! 2020-04-22 12:06:58 +01:00

wildwood

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

You can't, it doesn't work yet.

License

Copyright © 1988-2020 Simon Brooke simon@journeyman.cc

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse 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 option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.