Skip to content
chronoslynx edited this page Mar 6, 2013 · 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 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