I've found that SPARC 0.3a is very good at tactics and it is rapidly becoming one of my favorite engines for tactical positions, thanks for pointing this great engine out to me (by solving my test positions with it).
It also looks like you have a very fast computer getting around 16 million nodes per second with SPARC 0.3a. I only get around 8-9 million nodes per second on my Phenom II 955 running at stock speed (3.2GHZ).
Changing the following line in search.cpp from
Value v = search(pos, ss, beta, depth - 5 * OnePly, ply, false, threadID);
to
Value v = search(pos, ss, beta, depth - 6 * OnePly, ply, false, threadID);
in the Dann Corbit sources stockfish1.6.3dc
stockfish finds Nxb4 in 1h 30 min 32 sec on a 4-cpu machine running at 2GHz
BBauer wrote:Changing the following line in search.cpp from
Value v = search(pos, ss, beta, depth - 5 * OnePly, ply, false, threadID);
to
Value v = search(pos, ss, beta, depth - 6 * OnePly, ply, false, threadID);
in the Dann Corbit sources stockfish1.6.3dc
stockfish finds Nxb4 in 1h 30 min 32 sec on a 4-cpu machine running at 2GHz