void main{ printf("you win!"); }
Algorithm designed by Jitong Qi is elegant!
Novelty Test and Back accomplished by Siyuan Wang is grand complex task!
Evolutionary Algorithm leaves me deep impression
Rules of the game has been changed, all agents make decision in the same time.
Our programme is written in python2.
Type in the following code in command line,
python capture.py -r myteamv4
then you can run our programme.
- Multithread Processing is not supported well in python which causes our algorithm run quite slowly during processing some complex situation, so that we try to rewrite the project in JAVA or C++.
- We try to train a evalution function using Neural Network.