Slashdot Mirror


User: main(v0id)

main(v0id)'s activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Yep, let's do that on 1.8TB Of Disk Space In A (Semi-)Normal PC · · Score: 1

    NO!! XviD :D

  2. Re:Hrmm on Apple is Going Out of Business ... Again · · Score: 1

    Errr MS is monopoly not just that kind of business model -_-

  3. Re:Go? on Humans Hold Off the Machines... For Now · · Score: 1

    I think it will be a real challenge for programmers to beat a profession go player. Go is more complex than chess. You not only have to kill ur opponents stones. You have to gain terrority as well (like chessmate in chess but it isn't quite clear whether you have gain those terrorities until the game end.) Another thing is go board is bigger (19x19 whereas chess is 8x8) and has more moves. so computer has to calculate more if u are gonna use simple tree search algorithms like deepblue does. . Go game start with 361 empty spaces(~200 moves). With current go algorithms, the performance requirements for a chess-like approach to Go can be estimated as 10^27 times greater than that for computer chess. To put it simply u cant brute force a go game yet(not with current computation power and algorithms). Check out this and this