comparison org/ideas.org @ 72:ace7f097eb6c

add chess idea.
author Robert McIntyre <rlm@mit.edu>
date Sat, 09 Nov 2013 03:18:26 -0500
parents dc521fea9219
children 135fabc13f8a
comparison
equal deleted inserted replaced
71:dc521fea9219 72:ace7f097eb6c
28 28
29 #+begin_quote 29 #+begin_quote
30 There's no end to what a man can accomplish if he doesn't care about 30 There's no end to what a man can accomplish if he doesn't care about
31 getting credit. 31 getting credit.
32 #+end_quote 32 #+end_quote
33
34 - chess visual :: to show the vast size of the game trees considered
35 by computers, show two people playing chess in a
36 void. They are floating in space, and there is a
37 simple chess board between them. Then, as they play,
38 the game tree's they are considering are drawn
39 behind him. The root of the tree starts centered in
40 their heads or whatever they use to think, and the
41 tree grows out from behind, never crossing the
42 dividing plane between the two players. Each
43 player's tree is a different color. As they grow,
44 there are animations for pruning, etc. Eventually,
45 they look like the hemispheres of a brain, wings,
46 etc. A human's tree might occasionally have a long
47 chain, while the computer tree would be more
48 uniform. You could compare deep blue and a modern
49 laptop. Use actual data when fighting two computers!
33 50
34 - time verification :: some standard way to verify that some piece of 51 - time verification :: some standard way to verify that some piece of
35 data was recorded at a specific time. Might involve a time 52 data was recorded at a specific time. Might involve a time
36 server, a key for each time period, something liek that. 53 server, a key for each time period, something liek that.
37 54