DangerPrediction
The highlighted comment was created in this revision.
what is DangerPrediction and how does it work PS. Proof That Agent Smith is open source PPS. The Second Image Proves That Agent Smith is Open Source PPPS. If You Dont believe me decompile Agent Smith using Robocode PPPPS. The only reason im making huge number of links is to prove that AgentSmith is Open source http://www.2shared.com/photo/iOuBXJI7/Screenshot_-_11262013_-_081253.html http://www.2shared.com/photo/7-FgMs9O/Screenshot_-_11262013_-_082159.html http://www.2shared.com/photo/3n0iP7T5/Screenshot_-_11262013_-_100750.html http://www.2shared.com/photo/Q2YotBp0/Screenshot_-_11262013_-_100803.html http://www.2shared.com/photo/7lxFyGtf/Screenshot_-_11262013_-_100810.html http://www.2shared.com/photo/lzSYSvyA/Screenshot_-_11262013_-_100816.html http://www.2shared.com/photo/Ix_gzATL/Screenshot_-_11262013_-_103137.html
From the sounds of it his "DangerPrediction" is very similar to MinimumRiskMovement, except he evaluates the danger along every point in a route. Which is very similar to WaveSurfing except without waves. He would have to have some other method for calculating the risk however.
Also, not sure how those images prove that the robot is open source. The source being in the Jar and a FLOSS License is usually sufficient.
Please stop posting images, they are of no help. Also Robocode cannot `decompile` anything.
Open Source does not refer to the availability of the source code, but the rights given by the author on how that code can be used. In short, it doesn't matter if the source is included in the JAR or not. Since Wolfman has not designated a license (that I can find), this source is copyrighted (closed source) by default.
Yup its closed source, I didn't realise that Robocode packed source with the robot by default - how do people stop this?
I'm not too bothered with people looking at the code, I did say I would write some more details on how I did the movement once I had it working better against more complicated guns, but I don't want people just copying my hard work directly line for line!
Once I've written it up people can re-implement it if they choose but Chase has it pretty much working correctly. I do use gun-waves to keep track of enemy bullet positions, not guess-factors. I'm not sure if it will ever be as effective as true wave surfing but it should work in melee without any alteration as long as I generate waves and bullet positions for all bots not just one target!
There should be a checkbox for including the source when you go to package the robot. Gun-waves usually refer to the waves your gun creates for targeting purposes. I think the other is usually just referred to as enemy waves.
But it is possible to use waves without guess factors, but it makes the process more complicated.