in: j-man; j-man > 2010-01-24;
| # Posted 2010-02-04 08:28:39 | |
| Wyatt: | In retrospect, and something I was realizing as I was about to start, is that Blue was geometrically simpler than Red. In that you could break the problem down into two simpler halves which could be solved more or less independently.
1) What is the ideal order to run a loop. 2) Which control is the best 1 control in that loop to pick up, if I only had to pick up 1. You then run to the 1 control you selected in step 2. Then run the loop of 5 controls all the way back to that one, in the optimal order (e.g. clockwise vs. counter-clockwise), and then go on to the next loop/control. |
| Advertisement | |
You must be logged in to add a message