Releases: mcoria/chesstango
chesstango-v0.0.28
Task
CHT-80 Agregar version al nombre del directorio que contiene los resultados
CHT-260 Agregar depth accuracy
CHT-261 Mover paquete reports y epd a engine-tools
CHT-262 Refactoring Move package
CHT-266 Implement Match with multiple threads
CHT-267 EvaluatorImp05: tapered evaluation
CHT-271 Improve EvalTuningJeneticsMain
CHT-274 Cada tanto Spike no responde - no hay solucion
CHT-277 EvaluatorImp06: dump / load de evaluation parameters
CHT-279 Refactor FEN / PGN representations
CHT-280 PGN to EPD stream
CHT-283 Remove possible collisions statistics
CHT-288 Implementar AlphaBetaHypothesisValidator para validar sm bm en EPD
CHT-291 Refactor Search and SerachMoveResult
chesstango-v0.0.27
Release notes - chesstango - v0.0.27
Task
CHT-156 Most Valuable Victim - Least Valuable Aggressor - MVV-LVA
CHT-217 No sobrepasar depth > 20 durante cualquier tipo de busqueda (INFINITE_DEPTH)
CHT-218 Principal Variation Sorter
CHT-229 Calcular TranspositionPV inmediatamente mejora alpha
CHT-247 Nodo terminal se ordenal al final
CHT-249 Refactorinf MoveFactory
CHT-250 Take into account TT type while ordering
CHT-252 Debug: Node trap for sorter unit test setup
CHT-253 Wrap KillerMove tables
CHT-254 Use qTT when sorting INTERIOR node's moves
CHT-256 Refactor move sorting chains
CHT-257 Organizar modulo search by features
chesstango-v0.0.26
- Killer moves heuristic
chesstango-v0.0.25
-
Seleccionar la mejor busqueda hasta el momento cuando se busca por tiempo
-
Deeping + Aspiration Windows (resultado inestable) - CANCELLED
-
Save log to file per game (Mapped Diagnostic Context (MDC))
-
La configuracion logback.xml no esta funcionando
-
Support opcode am (avoid move(s))
-
Mejora de performance en Sorter
-
Refactor EpdSearch
-
Soportar busqueda por tiempo en EpdSearch
-
Create executable chesstango-tools module
-
mbean para controlar li-engine agent
chesstango-v0.0.24
Move ordering improvements:
- composable structure
- recapture ordering
- evaluation ordering (cache)
Debug improvements (show sort operations)
Alpha-Beta: stop searching if checkmate found
chesstango-v0.0.23
- Generate search tree report
- Check resolver extension (not enabled yet)
- Zobrist hash exporter
- Search Builder improvements
- TrianglePV table is enabled by default if TT is disabled
chesstango-v0.0.22
- Move ordering based on Transposition Table entries without executing the move
- Refactoring Transposition Table interface
- Storing level 0 search result in TT
chesstango-v0.0.21
- Evaluation module code refactoring
- Triangular PV implementation
chesstango-v0.0.20
- Aspiration Windows Refactoring
- Time management improvements
- Resolving bug in DRAY by threefold repetition
- Accepting challenges with similar ratings in Lichess
chesstango-v0.0.19
- Aspiration Windows implementation
- Enable draw by repetition during the search