Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: What is SEE?

Author: Steve Maughan

Date: 01:50:39 10/04/99

Go up one level in this thread


Bas

>You can determine the exact SEE value, or just if a capture is a loser, which is
>faster. Losing captures are skipped in the qsearch, which saves quite a lot of
>nodes. If you not only want to do that, but sort all captures SEE wise, you have
>to have the exact SEE score.

What's the quickest way, that you have found, to see if a capture is loosing,
given that you use a pseudo attack structure?  Are you just looking to see

1. if capture value is higher then captured piece value then = WIN
2. if captured piece is not protected then = WIN

>Personally I doubt it is worth the effort of perfect SEE sorting, but skipping
>losers is a win. Everybody (except Vincent Diepeveen) agrees.

Maybe it's better to do exact SEE sorting in the main search and faster looser
pruning in the QSearch

Regards

Steve Maughan



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.