Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmacfadden/java-baldwin-ga
https://github.com/mmacfadden/java-baldwin-ga
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmacfadden/java-baldwin-ga
- Owner: mmacfadden
- Created: 2012-07-04T01:07:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T00:12:55.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:12:00.187Z (7 months ago)
- Language: Java
- Size: 691 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
java-baldwin-ga
===============
This project implments and exlpores the Baldwin Learning Affect through implentation of a simplified
immune system evolved with a genetic algorithm. This code is being developed for the Computer Science
652 class at San Diego State University.## Requirements
To build this project you will need:
* maven 3.0
* a 1.6 compliant jdk.## Reccomended Tools
It is reccomended that the eclipse maven plugin be used to import the project in to your workspace.
* Eclipse: http://www.eclipse.org
* Mave Eclipse Plugin: http://eclipse.org/m2e/## Building
To build the project issue the following command:
mvn clean package
## Running
The main class for the project is:
edu.sdsu.cs652.si.baldwin.BasicImmuneSystemModel