-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
73 lines (67 loc) · 1.85 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
10 Nov 2012 v2.1.0 - Level up
* New features
* Support of ARM architecture
* Better time management
* Better Xboard support
* New command line options
* New Log class
* Code improvements
* Better test coverage
* Bug fixes
* Clean up
10 May 2012 v2.0.3 - Improved search heuristics
* Better search pruning
* Null Move Pruning
* Futility Pruning
* Code improvements
* Better test coverage
* Bug fixes
* Clean up
26 Mar 2012 v2.0.2 - General clean up
* New features
* Global move list
* Better Xboard support
* New internal iterative deepening implementation
* Working material hash table
* Code improvements
* Clean up
* Optimizations
* Lot of bug fixes
* No more dependency to Boost C++ Libraries
* New tests
* EPD Perft suites
* Unit Tests
* New compilers support
* Clang
* Intel C++ Compiler
20 Feb 2011 v2.0.1 - First public release
* New evaluation function
* Hash table for material
* Lazy evaluation
* Opening and ending piece square tables
* Tapered evaluation
* Improvements in search
* Lazy move generation
* Internal iterative deepening
* Improvements in time management
* Lot of bug fixes
07 Feb 2011 v2.0.0 - First private release
* Principal variation search
* Check extension
* Adaptive null move pruning
* Extended futility pruning
* Late move reduction
* Quiescence search
* Delta pruning
* Move ordering
* Best move from transpositions table
* Most valuable victim / least valuable aggressor
* Killer moves
* Time management
* Xboard protocol
* Test tools
* Perft
* Divide
* EPD test suite
21 Jan 2011 v2.0.x - Restarting from scratch
15 Jan 2010 v1.0.7 - Last version from 1.x branch