You already contradicted yourself there. What do you think a "chess search engine" is except for something that builds a tree of positions?oreopoulos wrote:Wait you got it wrong. IDEA is not a chess search engine. Nothing close to that. It is just a chess crawler. It will use the engine as a compass to build a tree of positions.Gian-Carlo Pascutto wrote:
What's the gain in running 4 unrelated instances?
If the instances are related in any way (such as being part of a bigger search tree, as in IDeA), there will be SMP loss, because you won't analyze the tree 4 times faster.
IDeA is just a search algorithm and you could implement it in an engine. IDeA + Rybka is in fact an engine, and people are playing games and making books with it.