Skip to content

Releases: mcoria/chesstango

chesstango-v0.0.28

15 Sep 11:02
Compare
Choose a tag to compare

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

11 Apr 03:06
Compare
Choose a tag to compare

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

27 Feb 03:59
Compare
Choose a tag to compare
  • Killer moves heuristic

chesstango-v0.0.25

22 Feb 18:52
Compare
Choose a tag to compare
  • 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

17 Feb 12:05
Compare
Choose a tag to compare

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

21 Jan 04:57
Compare
Choose a tag to compare
  • 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

07 Dec 18:37
Compare
Choose a tag to compare
  • 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

27 Nov 12:48
Compare
Choose a tag to compare
  • Evaluation module code refactoring
  • Triangular PV implementation

chesstango-v0.0.20

14 Oct 12:07
Compare
Choose a tag to compare
  • Aspiration Windows Refactoring
  • Time management improvements
  • Resolving bug in DRAY by threefold repetition
  • Accepting challenges with similar ratings in Lichess

chesstango-v0.0.19

10 Oct 23:56
Compare
Choose a tag to compare
  • Aspiration Windows implementation
  • Enable draw by repetition during the search