Monday November 1, 2004

Water and Rock


Pedraum Pardehpoosh • 2004-11-02 10:56am

what were the settings on this one...it's great?
jerry • 2004-11-02 11:04am

Thanks?

70mm, f/32, ISO 800, 0.5 sec

Pedraum Pardehpoosh • 2004-11-02 06:17pm

you're welcome!

:-)


Computer thoughts...
Computer Thoughts

Computers play chess by brute force. Using recursion the computer program examines each move, both its own and its opponents, and judges which would work out best. Of course doing this for just the next move would quickly lose it the game, so the computer not only examines the next move but dozens, hundreds, if not all possible future moves.

Older hardware limited how far ahead the computer could look, since each iteration takes a finite amount of processing power and time. New computers and chess playing games don't have that problem. When you tell it to play at an easier to beat level, most likely you are adjusting how many moves the program is looking ahead.

Thinking Machines has put a great demo of this recursive chess playing online. As the computer thinks through all of its and your possible future moves a very faint line is drawn on the screen. The more it examines a given move, the more lines that are drawn and the thicker the resulting line looks. Fun to watch. Also interesting is to try and decode the lines, picking moves that seem to make the computer nervous.



Ted • 2004-11-02 02:40pm

It's fascinating to watch. Even makes losing fun!
jerry • 2004-11-02 02:54pm

You can win?

I never win Chess...

Ted • 2004-11-02 03:10pm

No, I mean it makes *my* losing fun! I'm very rusty at it, so I always lose, too. I used to play at least once a day for years, but that was in the late Baroque era.