Skip to content
jenleong edited this page Oct 18, 2014 · 10 revisions

Welcome to the ABAGAIL wiki!

To compile and run

cd ABAGAIL
ant
java -cp ABAGAIL.jar opt.test.XORTest
java -cp ABAGAIL.jar opt.test.TravelingSalesmanTest

To generate javadoc documentation:

Only if you are using ant version 1.9.4 or later, you should add

additionalparam="subpackages" 

to the javadoc target tag.

Then at the command line, run (should work for all versions of ant):

ant javadoc

To run the Abalone example

java -cp ABAGAIL.jar opt.test.AbaloneTest

For some examples of how to use the library for your own projects look for the test packages, such as opt.test, and shared.test inside of the project source directory.

Clone this wiki locally