Also I'm running the Face2face competition.
Well... I had some spare time lately, and also my *fast* computer crashed and it will take me some time to get a new one, so in the mean time I navigate the forums. Also, I think the Wiki is the greatest Robocode resource out there, because it is the first centralized/permanent/easily maintenable Robocode knowledge site. So I'm happy to contribute. -- Albert
Hey, question for you, Albert - You described LauLectrik as having a "Best P-Space" gun - does that mean it's more of a statistical approach than a pattern approach? -- Kawigi
True. It is a pure statistical approach (you segment the data, build the probability functions) and fire to the most probable bearing. The only difference between BPS and classical statistical approach is that BPS saves many families of probability functions (pe. by distance and heading, by distance and accumulated velocity, etc) and always uses the best for a given moment. But it nevew worked as expected... because the ammout of data you need to make all this information is so high that learns very slowly. -- Albert
About this probability functions. I'm trying to include some bayes nets in robocode. The problem is that i'm new in this and for now everithing is floating in a dense fog for me. You sed you don't want to share the source but you are willing to give some answers. Can you help me on building this probabilities? Can i contact you by email or how? --H7