Difference between revisions of "User talk:Bigfatcat"

From Robowiki
Jump to navigation Jump to search
(Genetic Programming with Robocode)
 
(some speedup ideas)
Line 1: Line 1:
 
Feel free to discuss my Genetic Programming project!
 
Feel free to discuss my Genetic Programming project!
 +
 +
If you need to speed up the compiling you may with to try using Jikes instead of javac. It compiles much faster, but unfortunately only works for Java 1.4 and earlier, so you need to point at an old robocode.jar for your compile classpath. For running, if you have multiple cores you can turn on the robocode option to enable running the robots in parallel. Otherwise you could use something like [[RoboResearch]] which can network battles across multiple machines and set up a whole lab to run your battles. Some food for thought =) --[[User:Skilgannon|Skilgannon]] 18:30, 25 April 2011 (UTC)

Revision as of 20:30, 25 April 2011

Feel free to discuss my Genetic Programming project!

If you need to speed up the compiling you may with to try using Jikes instead of javac. It compiles much faster, but unfortunately only works for Java 1.4 and earlier, so you need to point at an old robocode.jar for your compile classpath. For running, if you have multiple cores you can turn on the robocode option to enable running the robots in parallel. Otherwise you could use something like RoboResearch which can network battles across multiple machines and set up a whole lab to run your battles. Some food for thought =) --Skilgannon 18:30, 25 April 2011 (UTC)