So in a strategy meeting last night, one of our mentors suggested that at the beginning of the match, the balls are not truly random; as the sequence of balls is always blue-red-blank, and would therefore lead to a situation where no two balls of the same color are on the outside of the field.
i dont see how his logic is working, nor i cannot see how its right/wrong. Any help?
[quote=<G20>]<G20> TRACKBALL Locations - After all ROBOTS participating in the MATCH are in their starting
positions and the TEAM members are in the ALLIANCE ZONE and/or ROBOCOACH
STATIONS, four TRACKBALLS will be placed on the OVERPASS. On each side of the
OVERPASS there are three TARGET LOCATIONS for TRACKBALLS. The field
management system will randomly choose an initial starting location for the TRACKBALLS
before the start of each MATCH.** One red and one blue TRACKBALL will then be positioned
in the chosen TARGET LOCATIONS on each side of the OVERPASS.** After this point in
time no ROBOT may be moved or repositioned until the MATCH starts.[/quote]
this is the old version of <G20> that you are reffering to. It would be useful if you get the new one.
however, there is no diffrence regarding this thread’s question.
Well, although the randomizer truly randomly sets the trackballs, here is food for thought!
Whats the chance that in a match prior to yours, the balls will be in exactly the same place?
Well, FYI, I kept track of just about every match when we were queued and watched where the balls were prior to our match. Only twice in three regionals did the ball end up in the same place. I’m talking about just our ball.
The reason we were tracking them was due to the fact that our ball knocker during hybrid could hit it if the ball was in front of us. We always tried then to put the robot in position where the ball wasn’t in the previous match.
So rather than having a 1/3 chance, we were hoping for > 1/3 chance to have it in front of us.
I know you cant count on it, but what the heck, it was worth a shot, and it didnt hinder our alliance from doing what they wanted in hybrid.
Now we only tried it if our alliance partners couldnt knock the ball off and/or didnt move in hybrid.
What i suggest you do is watch videos from several regionals and find the algorithm that generates the ball postions (if the out come is known then the forumla can be generated). This is like major cheating, and very not GP.
If the “Randomizer” is random, then no formulas can be found.
If it not actually random and somebody figures out the formula, then It is their superior scouting and pattern-finding talent, and they are welcome to use it. it is completely fair since every team could watch the matches and potentially find the pattern.
computer can not generate random, computer have not or will never understand random, random is something that can only be generated by a intelliegnce and then it can still be predicted to a degree.
Random in a computer is a complex algorithm faking random, its really really really really complex so the answers seem random but the more data you have the closer you can build a similar algorithm, see a math genius its possible.
If it not actually random and somebody figures out the formula, then It is their superior scouting and pattern-finding talent, and they are welcome to use it. it is completely fair since every team could watch the matches and potentially find the pattern.
Not really scouting skills just having internet and sitting on TBA for the next four days straight
doesnt it combine the last couple of bits in the registers of the processor? its not completely random, but its at least (nearly) unpredictable in a dynamic system…
If the pseudo-random algorithm uses the system clock as a seed it would be extremely difficult if not impossible to discern any type of pattern from watching matches as the exact time that the ball randomizer was run is not known. This is an easy and common way to get a good seed for a pseudo-random algorithm.
EDIT: The method mentioned by Uberbots above is also used and would also render any amount of match watching useless.
all dynamic systems are predicatable see choas theory…
If the pseudo-random algorithm uses the system clock as a seed it would be extremely difficult if not impossible to discern any type of pattern from watching matches as the exact time that the ball randomizer was run is not known. This is an easy and common way to get a good seed for a pseudo-random algorithm.
more complex but it can be found, everything has answer and math hasn’t falled us yet (or me)
Agreed on the fact that computer cannot generate random, but the fact is that it has human input.
the computer can read the time that the operator tells to start the randomizers animation and use that random variable to generate where the balls will end up. This method would be truly random.
plus, if you get on TBA for the next 4 days,(which some of our people will actully do:D ) they will have quiete the best scouting DB.
If you can apply chaos theory to the FIRST scoring computers while watching a match, worrying about your team, and cheering your brains out (oink oink boom), then ill eat my hat.
and how is using the clock more complex to resolve? combining all registers in the processor is millions of unknowns (depending on the proc), including the clock…
I would contend that with the given information about the initial conditions (very little) and the size of the data set, that no actual pattern could be discerned. My guess is that any pattern that comes out of observing TBA matches would be coincidence and not actually related to the algorithm used in the randomization process.