You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jenleong edited this page Oct 11, 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
cd ABAGAIL
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.