Difference between revisions of "Talk:GITS/Targeting"

From Robowiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
FYI, if you don't already know, you don't need to save data to disk to store data between rounds. Anything stored in a static variable will persist from round to round. (To save information between battles, of course, saving to disk is still required.) --[[User:Voidious|Voidious]] 17:43, 28 May 2009 (UTC)
 
FYI, if you don't already know, you don't need to save data to disk to store data between rounds. Anything stored in a static variable will persist from round to round. (To save information between battles, of course, saving to disk is still required.) --[[User:Voidious|Voidious]] 17:43, 28 May 2009 (UTC)
 
:Right. I know that now, I'm just to lazy atm to change it. :P --[[User:J Litewski|Jacob Litewski]] 17:54, 28 May 2009 (UTC)
 
:Right. I know that now, I'm just to lazy atm to change it. :P --[[User:J Litewski|Jacob Litewski]] 17:54, 28 May 2009 (UTC)
 +
 +
== Tick management ==
 +
 +
The Theory one you told is already done in a number of robot, especially with robots that use Dynamic Clustering. They only aimed on the firing tick to prevent unnecessary slow cluster building (Hope you understand what I mean, I can't write this more clear). &raquo; <span style="font-size:0.9em;color:darkgreen;">[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]</span> &raquo; 18:04, 28 May 2009 (UTC)
 +
:Alright, cool, At least it works :P --[[User:J Litewski|Jacob Litewski]] 18:45, 28 May 2009 (UTC)

Latest revision as of 20:45, 28 May 2009

FYI, if you don't already know, you don't need to save data to disk to store data between rounds. Anything stored in a static variable will persist from round to round. (To save information between battles, of course, saving to disk is still required.) --Voidious 17:43, 28 May 2009 (UTC)

Right. I know that now, I'm just to lazy atm to change it. :P --Jacob Litewski 17:54, 28 May 2009 (UTC)

Tick management

The Theory one you told is already done in a number of robot, especially with robots that use Dynamic Clustering. They only aimed on the firing tick to prevent unnecessary slow cluster building (Hope you understand what I mean, I can't write this more clear). » Nat | Talk » 18:04, 28 May 2009 (UTC)

Alright, cool, At least it works :P --Jacob Litewski 18:45, 28 May 2009 (UTC)