| 2018-07-24 |
ianfab | Fix relative_rank for maximum rank != 2^n |
commit | commitdiff | tree | snapshot |
| 2018-07-24 |
ianfab | Add support for Judkins Shogi |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
Fabian Fichter | Add shogi variants to readme |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
ianfab | Support FEN notation for promoted shogi pieces |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
ianfab | Performance improvement for small board sizes |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
ianfab | Fix move validation for minishogi |
commit | commitdiff | tree | snapshot |
| 2018-07-21 |
ianfab | Extend perft tests |
commit | commitdiff | tree | snapshot |
| 2018-07-21 |
ianfab | Add perft tests for variants |
commit | commitdiff | tree | snapshot |
| 2018-07-21 |
ianfab | Partial support for shogi variants |
commit | commitdiff | tree | snapshot |
| 2018-07-17 |
Fabian Fichter | Update variant list in readme |
commit | commitdiff | tree | snapshot |
| 2018-07-15 |
ianfab | Use endgame evaluation only for moderate variants |
commit | commitdiff | tree | snapshot |
| 2018-07-14 |
ianfab | Support giveaway, antichess, extinction, and kinglet... |
commit | commitdiff | tree | snapshot |
| 2018-07-08 |
Fabian Fichter | Update variant list in readme |
commit | commitdiff | tree | snapshot |
| 2018-07-08 |
ianfab | Support chessgi and pocketknight |
commit | commitdiff | tree | snapshot |
| 2018-07-08 |
ianfab | Fix appveyor build |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
ianfab | Support shatar (incomplete), chigorin, and almost chess |
commit | commitdiff | tree | snapshot |
| 2018-07-07 |
ianfab | Use a general mobility bonus formula for fairy pieces |
commit | commitdiff | tree | snapshot |
| 2018-07-05 |
ianfab | Fix #3: Filter out double steps when disabled |
commit | commitdiff | tree | snapshot |
| 2018-07-03 |
ianfab | Minishogi WIP |
commit | commitdiff | tree | snapshot |
| 2018-07-03 |
Fabian Fichter | Minor readme changes |
commit | commitdiff | tree | snapshot |
| 2018-07-03 |
Fabian Fichter | Add links to readme |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
ianfab | Fix tablebase initialization (#2) |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
ianfab | Increase timeout for Travis perft test (#2) |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
ianfab | Update appveyor link |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
ianfab | Enable Travis CI |
commit | commitdiff | tree | snapshot |
| 2018-07-02 |
ianfab | Scale passed pawn evaluation by promotion piece value |
commit | commitdiff | tree | snapshot |
| 2018-07-01 |
ianfab | Add support for smaller board sizes, implement los... |
commit | commitdiff | tree | snapshot |
| 2018-07-01 |
ianfab | EuroShogi WIP |
commit | commitdiff | tree | snapshot |
| 2018-06-27 |
ianfab | Fix king of the hill and racing kings |
commit | commitdiff | tree | snapshot |
| 2018-06-25 |
Fabian Fichter | Add variants to readme |
commit | commitdiff | tree | snapshot |
| 2018-06-25 |
ianfab | Support crazyhouse and loop chess |
commit | commitdiff | tree | snapshot |
| 2018-06-25 |
Fabian Fichter | Add brief description to readme |
commit | commitdiff | tree | snapshot |
| 2018-06-24 |
ianfab | Support 3check/5check/nCheck ; initial development... |
commit | commitdiff | tree | snapshot |
| 2018-06-24 |
ianfab | Support king of the hill, racing kings, and losers... |
commit | commitdiff | tree | snapshot |
| 2018-06-23 |
ianfab | Reduce limit to 32 piece types |
commit | commitdiff | tree | snapshot |
| 2018-06-22 |
ianfab | Initial development for fairy chess variants |
commit | commitdiff | tree | snapshot |
| 2018-06-13 |
DU-jdto | Remove lmrDepth restriction on quiet see pruning |
commit | commitdiff | tree | snapshot |
| 2018-06-13 |
Joost VandeVondele | Remove depth condition for pruning captures. |
commit | commitdiff | tree | snapshot |
| 2018-06-11 |
protonspring | Optimize an expression in endgame.cpp |
commit | commitdiff | tree | snapshot |
| 2018-06-11 |
candirufish | Simplify capture pruning margin formula |
commit | commitdiff | tree | snapshot |
| 2018-06-11 |
Stefan Geschwentner | Optimize contempt value (21) |
commit | commitdiff | tree | snapshot |
| 2018-06-11 |
Joost VandeVondele | Remove failedLow from the mainThread struct |
commit | commitdiff | tree | snapshot |
| 2018-06-06 |
candirufish | Quiet move soft fail high bonus |
commit | commitdiff | tree | snapshot |
| 2018-06-06 |
VoyagerOne | Simplify capture bonus |
commit | commitdiff | tree | snapshot |
| 2018-06-05 |
Stéphane Nicolet | Call cycle detection before qsearch() |
commit | commitdiff | tree | snapshot |
| 2018-06-05 |
Joost VandeVondele | Stabilize AppVeyor CI |
commit | commitdiff | tree | snapshot |
| 2018-06-05 |
Guenther Demetz | Remove a superfluous subtrahend |
commit | commitdiff | tree | snapshot |
| 2018-06-05 |
VoyagerOne | Simplify LMR for captures |
commit | commitdiff | tree | snapshot |
| 2018-06-04 |
joergoster | Bugfix of Position::has_repeated() |
commit | commitdiff | tree | snapshot |
| 2018-06-03 |
Stéphane Nicolet | Fix overload ambiguity |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
pb00068 | Extra bonus for capture creating a huge fail high |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
Stéphane Nicolet | Fix comments, rename variables |
commit | commitdiff | tree | snapshot |
| 2018-06-02 |
Joost VandeVondele | Reallocate TT on threadpool resize. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
Joost VandeVondele | Simplify depth reduction in IID. |
commit | commitdiff | tree | snapshot |
| 2018-05-30 |
Rodrigo Exterck... | Use threads to clear the TT faster. |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
VoyagerOne | LMR Capture Tweak |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
protonspring | Simplify BlockedByPawn to one dimension |
commit | commitdiff | tree | snapshot |
| 2018-05-24 |
Joost VandeVondele | Correctly prevent recursive verification in nmp. |
commit | commitdiff | tree | snapshot |
| 2018-05-22 |
Joost VandeVondele | Simplify color usage in search. |
commit | commitdiff | tree | snapshot |
| 2018-05-22 |
VoyagerOne | Simply reset StatScore to zero at beta cutoff |
commit | commitdiff | tree | snapshot |
| 2018-05-21 |
protonspring | Simplify shelter: always do strength and danger |
commit | commitdiff | tree | snapshot |
| 2018-05-21 |
Stéphane Nicolet | Simplifying away the progressKey |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
mstembera | Fix MSVC errors in tbprobe.cpp |
commit | commitdiff | tree | snapshot |
| 2018-05-16 |
Tom Truscott | Use cycle detection to bound search value |
commit | commitdiff | tree | snapshot |
| 2018-05-14 |
VoyagerOne | Update search.cpp |
commit | commitdiff | tree | snapshot |
| 2018-05-13 |
Stéphane Nicolet | Tweak kingAttackersCount and KingAttackWeights |
commit | commitdiff | tree | snapshot |
| 2018-05-10 |
mstembera | Include all blockers in king danger |
commit | commitdiff | tree | snapshot |
| 2018-05-10 |
protonspring | Consolidate pawn storm types |
commit | commitdiff | tree | snapshot |
| 2018-05-10 |
Stefan Geschwentner | Tune null move pruning |
commit | commitdiff | tree | snapshot |
| 2018-05-09 |
candirufish | Tuned some pawns and evaluation constants |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Joost VandeVondele | Remove goto, limit skipping to NMP |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Stefan Geschwentner | Tweak null move pruning conditions |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Alain SAVARD | Drop the lever condition for backwards |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Joost VandeVondele | Remove skipEarlyPruning argument to search() |
commit | commitdiff | tree | snapshot |
| 2018-05-08 |
Joost VandeVondele | Improve signature script |
commit | commitdiff | tree | snapshot |
| 2018-05-06 |
protonspring | Simplify the backward pawns code |
commit | commitdiff | tree | snapshot |
| 2018-05-03 |
Stéphane Nicolet | Tweak the connected[] array value for pawns on rank 5 |
commit | commitdiff | tree | snapshot |
| 2018-05-02 |
Stéphane Nicolet | Correct a bug introduced by Stéphane in the previous... |
commit | commitdiff | tree | snapshot |
| 2018-05-01 |
protonspring | Use special rule for BlockedByKing |
commit | commitdiff | tree | snapshot |
| 2018-05-01 |
MJZ1977 | Penalty for bad bishop with blocked central files |
commit | commitdiff | tree | snapshot |
| 2018-04-29 |
Stefano80 | Always scale using pawn contribution |
commit | commitdiff | tree | snapshot |
| 2018-04-29 |
Joost VandeVondele | Simplifiy IID condition |
commit | commitdiff | tree | snapshot |
| 2018-04-29 |
Joost VandeVondele | Fix 'make strip' for mingw. |
commit | commitdiff | tree | snapshot |
| 2018-04-29 |
Stéphane Nicolet | Update various comments |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
Alain SAVARD | No Queen in the MobilityArea |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Stéphane Nicolet | Simplify the ShelterStrength[] array |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
ceebo | Alternative formula for dynamic contempt |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Joost VandeVondele | Remove template W param |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Stéphane Nicolet | Allow UCI parameters to be double |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
protonspring | Simplify BlockedByKing in pawn storms |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Stéphane Nicolet | Simplify the shelter mask |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Alain SAVARD | Tidy up on Overload |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Joost VandeVondele | Document Elo impact of the LMR part of search |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
syzygy1 | Tablebases root ranking |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
syzygy1 | Analysis Contempt combo box |
commit | commitdiff | tree | snapshot |
| 2018-04-14 |
syzygy1 | Fix reported DTZ for mate-in-1-ply positions |
commit | commitdiff | tree | snapshot |
| 2018-04-12 |
Marco Costalba | Further documentation and coding style on TB code |
commit | commitdiff | tree | snapshot |
| 2018-04-10 |
Jerry Donald... | Simplify condition in space definition |
commit | commitdiff | tree | snapshot |
| 2018-04-07 |
VoyagerOne | Reset negative statScore on fail high |
commit | commitdiff | tree | snapshot |
| 2018-04-06 |
Mark Tenzer | Introduce Overload |
commit | commitdiff | tree | snapshot |
| next |