Evolutionary Game Theory Tools in Java Code
Brought to you by:
jzniu
| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2008-11-05 | jzniu | [r4] |
| doc | 2008-11-03 | jzniu | [r1] |
| params | 2008-11-06 | jzniu | [r7] |
| src | 2008-11-06 | jzniu | [r7] |
| test | 2008-11-06 | jzniu | [r7] |
| .classpath | 2008-11-03 | jzniu | [r2] |
| .project | 2008-11-03 | jzniu | [r2] |
| build.xml | 2008-11-05 | jzniu | [r4] |
| readme.html | 2008-11-03 | jzniu | [r2] |
<HTML>
<HEAD>
<TITLE>README for JEGT</TITLE>
</HEAD>
<BODY>
<h2>
README for JEGT
</h2>
<p>
Last modified: $Author: jzniu $<br>
$Date: 2008/04/22 04:03:06 $<br>
$Revision: 1.5 $<br>
</p>
This page has yet to be updated. Please <a href="http://jegt.sourceforge.net/">http://jegt.sourceforge.net/</a> for latest information.
<H3>
Contents
</H3>
<LI>
<A href="#about">About</A>
</LI>
<LI>
<A href="#status">Development Status</A>
</LI>
<LI>
<A href="#license">Licensing information</A>
</LI>
<LI>
<A href="#prerequisites">Prerequisites</A>
</LI>
<LI>
<A href="#downloading">Obtaining the latest release</A>
</LI>
<LI>
<A href="#installation">Installation</A>
</LI>
<LI>
<A href="#running">Running the examples</A>
</LI>
<LI>
<A href="#compiling">Compiling the code</A>
</LI>
<LI>
<A href="#documentation">Documentation</A>
</LI>
<LI>
<A href="#acknowledgements">Acknowledgements</A>
</LI>
<a name="About"></a>
<h3>
About
</h3>
<p>
JEGT aims to build a suite of tools to run evolutionary game theoretic experiments. Part of this work extends Steve Phelps's work on <a href="http://jasa.sf.net/">JASA</a>.
</p>
<h4>
Features:
</h4>
<p>
<li>
High performance
</li>
</p>
<p>
<li>
Highly extensible architecture
</li>
</p>
<p>
<li>
Highly configurable - experiments can easily be configured from parameter files
</li>
</p>
<A name="status"></A>
<H3>
Development Status
</H3>
<p>
This package is currently at alpha. This code is not stable or fully tested.
Please report any bugs, issues or suggestions to <A
href="mailto:jniu@gc.cuny.edu">Jinzhong Niu</A>.
</p>
<A name="license"></A>
<H3>
License
</H3>
</A>
<P>
This software is licensed under the <a href="LICENSE.TXT">GNU General Public
License</a>. Although it is not an official term of the licensing conditions,
you are also expected to cite use of this software if you use it in your
research.
</p>
<A name="downloading"></A>
<h3>
Obtaining the latest release
</h3>
</A>
<p>
The latest release of JEGT can be downloaded from <a href="http://sourceforge.net/projects/jegt">SourceForge</a>.
</p>
<A name="documentation"></A>
<h3>
Documentation
</h3>
<p>
<a href="doc/index.html">API Documentation</a>.
</p>
<A name="prerequisites"></A>
<h3>
Prerequisites
</h3>
<LI>
<a href="http://java.sun.com">Java</a> JVM 1.5.0 or later
</LI>
<LI>
<a href="http://jakarta.apache.org/ant/index.html">Apache Ant</a> version 1.6.2 or later.
<A name="dependencies"></A>
<h3>
Dependencies
</h3>
<p>
JEGT also ships with the following third-party libraries, all of which
are available under open-source licenses:
</p>
<li>
<a href="http://repast.sourceforge.net">RePast</a> version 3.1
</li>
<li>
<a href="http://jakarta.apache.org/commons/collections/">Commons Collections</a> version 3.2
</li>
<hr>
<p>
Copyright (C) 2008 Jinzhong Niu
</p>
</body>