ChessUSA.com TalkChess.com
Hosted by Your Move Chess & Games
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Has anybody tried the Network Truncation Algorithms
Goto page 1, 2  Next
 
Post new topic       TalkChess.com Forum Index -> Computer Chess Club: Programming and Technical Discussions Threaded
View previous topic :: View next topic  
Author Message
Jorge Pichard



Joined: 09 Mar 2006
Posts: 2557

PostPosted: Sun Apr 22, 2012 7:11 pm    Post subject: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

http://www.antd.nist.gov/wctg/netanal/EvalNetRel.pdf
Back to top
View user's profile Send private message
Heiner Marxen



Joined: 08 Mar 2006
Posts: 39
Location: Germany, Berlin

PostPosted: Fri Apr 27, 2012 10:06 pm    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

pichy wrote:
http://www.antd.nist.gov/wctg/netanal/EvalNetRel.pdf

Excuse my ignorance... but how does this apply to chess programs? Confused
Back to top
View user's profile Send private message Visit poster's website
Mel Cooper



Joined: 16 Dec 2010
Posts: 113

PostPosted: Sat Apr 28, 2012 7:56 am    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

This is interesting as an analogy, substituting chess concepts for network ones.
However, from p. 9 one can read:

"The networks of interest are tactical radio networks, represented by directed graphs with imperfect vertices (nodes) and edges (links). "

I can substitute an imperfect score with a node defining a chess position for an "imperfect vertex" but what would be an imperfect link?

In chess a move is either legal or not, no fuzziness here and so, IMHO, the analogy and transferability of algorithms devised for network reliability analysis to chess just breaks down.
_________________
Per ardua ad astra
Back to top
View user's profile Send private message
Marco Costalba



Joined: 14 Jun 2008
Posts: 2090

PostPosted: Sat Apr 28, 2012 1:36 pm    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

Has anybody tried this ?

http://www.youtube.com/watch?v=YQF38qysPiE
Back to top
View user's profile Send private message
Mel Cooper



Joined: 16 Dec 2010
Posts: 113

PostPosted: Sat Apr 28, 2012 9:30 pm    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

Looks tastier than the network recipe

But don't forget that when she says 450 degrees for 40 minutes in the oven
she means Fahrenheit degrees or circa 220 Celsius Exclamation
_________________
Per ardua ad astra
Back to top
View user's profile Send private message
Marcel van Kervinck



Joined: 26 Feb 2010
Posts: 348

PostPosted: Sat Apr 28, 2012 10:50 pm    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

mcostalba wrote:
Has anybody tried this ?

http://www.youtube.com/watch?v=YQF38qysPiE

howdini.com, isn't that recipe a rip-off?
Back to top
View user's profile Send private message Visit poster's website
Ricardo Barreira



Joined: 27 Apr 2010
Posts: 821

PostPosted: Sat Apr 28, 2012 11:01 pm    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

melajara wrote:
Looks tastier than the network recipe

But don't forget that when she says 450 degrees for 40 minutes in the oven
she means Fahrenheit degrees or circa 220 Celsius Exclamation


Much closer to 230 than 220.
Back to top
View user's profile Send private message
Jorge Pichard



Joined: 09 Mar 2006
Posts: 2557

PostPosted: Sun Apr 29, 2012 12:35 am    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

hMx wrote:
pichy wrote:
http://www.antd.nist.gov/wctg/netanal/EvalNetRel.pdf

Excuse my ignorance... but how does this apply to chess programs? Confused


It apply to chess programming when you combine it with a game tree search method which is more brute-force and less selective than other popular approaches.
Back to top
View user's profile Send private message
Jorge Pichard



Joined: 09 Mar 2006
Posts: 2557

PostPosted: Sun Apr 29, 2012 1:31 am    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

[quote="pichy"]
hMx wrote:
pichy wrote:
http://www.antd.nist.gov/wctg/netanal/EvalNetRel.pdf

Excuse my ignorance... but how does this apply to chess programs? Confused


It apply to chess programming when you combine it with a game tree search method which is more brute-force and less selective than other popular approaches, some chess programs determine the material balance of a position by a static analysis of all possible capture-move sequences. These routines are often referred to as SOMA (“Swapping Off Material Analyzer”). An enhanced SOMA algorithm with chess-specific features. The general operation of SUPER-SOMA is to calculate a table of all single-square threats and then iteratively cycle through this table, ordering the priority of each tactical move, choosing a move and then updating the table.
The idea is best explained by considering captures around one single square. Cycling through the table produces all moves that are involved in the capture. These moves are usually ordered by their material value. Since pins may be involved, the table should
be updated continuously in order to produce legal moves. One further step is to take into account features such as ‘overloading’. If the first capturing piece is an overloaded Knight and the second piece is a free Rook, then the capture sequence may be re-ordered.
The SUPER-SOMA algorithm allows separate exchanges on the board to be linked and prioritized. In complex positions, with many interrelated exchanges on several squares, the cycle is repeated until neither side can play a beneficial move.
Back to top
View user's profile Send private message
Lucas Braesch



Joined: 31 May 2010
Posts: 1732

PostPosted: Sun Apr 29, 2012 1:38 am    Post subject: Re: Has anybody tried the Network Truncation Algorithms Reply to topic Reply with quote

mcostalba wrote:
Has anybody tried this ?

http://www.youtube.com/watch?v=YQF38qysPiE

+1
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic       TalkChess.com Forum Index -> Computer Chess Club: Programming and Technical Discussions All times are GMT
Goto page 1, 2  Next
Threaded
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
Enhanced with Moby Threads