OliThink 5.0.9 released

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

OliverBr
Posts: 865
Joined: Tue Dec 18, 2007 9:38 pm
Location: Munich, Germany
Full name: Dr. Oliver Brausch

OliThink 5.0.9 released

Post by OliverBr »

Download here:

http://home.arcor.de/dreamlike/chess/index.html

Changes:
-Implementation of some kind of Internal Iterative Deepening in the most simple way:

Code: Select all

	if (d >= 4 && hmove == 0) { 
		w = search(c, d-3, ply, alpha, beta, 0);
		he = hashDP[hp & HMASK];
		if (!((he^hp) & HINV)) hsave = hmove = (Move)(he & HMASK);
	}
Planning for next releases:
-UCI compatibility
-Analyze mode
-Sizable TTable