#Project 2, Randomized optimization
Code is run using ABAGAIL, a library written by tech students.
To run the included files, ABAGAIL must be included on the classpath, this means running
javac -cp ABAGAIL.jar:. xyz.java
and then java -cp ABAGAIL.jar:. xyz