The main algorithm is SAO(Simulated Annealing Optimization) and ACS(Ant Colony System).
For the best performance, you can complile with the following shell script by gcc4.8.4:
gcc -O2 -std=c99 future_net.c -o future_net -lm
Simply run by
test.sh
test.sh is a tester shell for the program. It will test all the case in dirtest-case
and write the results to result.csv
file in each sub-dir.
We are: zeepean@gmail.com, kurisusnowdeng@gmail.com, wangruilong0212@gmail.com