Skip to content

A Java implementation of the simulated annealing algorithm of CONOP9 and some post processing tools for CONOP9 data

Notifications You must be signed in to change notification settings

joshareed/conop4j

Repository files navigation

CONOP4J Build Status Stories in Ready

CONOP4J is a Java implementation of the simulated annealing algorithm of CONOP9 and some post processing tools for CONOP9 data. Building the code should be as simple as:

./gradlew clean shadowJar

This will generate a JAR file in build/libs. You can run the generated JAR file with:

java -jar conop-all-X.Y.Z.jar

To run a simulation:

java -jar conop-all-X.Y.Z.jar run <simulation file>

About

A Java implementation of the simulated annealing algorithm of CONOP9 and some post processing tools for CONOP9 data

Resources

Stars

Watchers

Forks

Packages

No packages published