lnkuiper / supernatural-computing

Team Supernatural Computing's repository for the Natural Computing 2019 project at Radboud University: using Ant Colony Optimization to approach the travelling thief problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supernatural-computing

Repository for team SuperNatural's Natural Computing 2019 Project, for the GECCO 2019 Bi-objective Traveling Thief Competition.

WARNING: this program uses a lot of time, threads and memory, especially for the larger problems.

Build and run using the following commands (JDK 1.8) in the src/main/java/ folder:

javac Runner.java
java Runner

You might have to supply the extra command line option -Xms -Xmx -Xss to give the program more memory e.g.:

java -Xms50G -Xmx400G -Xss5G

Additional libraries can be added as JAR files by supplying the following arguments to the compile and run commands:

-cp {path/to/jar}:.

About

Team Supernatural Computing's repository for the Natural Computing 2019 project at Radboud University: using Ant Colony Optimization to approach the travelling thief problem

License:Apache License 2.0


Languages

Language:Logos 86.3%Language:Jupyter Notebook 11.7%Language:Forth 1.2%Language:Java 0.6%Language:Python 0.1%