Skip to content

Releases: Tearth/Inanis

v1.2.1 (04-09-2023)

04 Sep 19:51
Compare
Choose a tag to compare

Changelog

  • Added executing commands directly from a command line
  • Added perft in UCI mode (go perft)

No change in Elo strength

v1.2.0 (15-01-2023)

15 Jan 11:35
Compare
Choose a tag to compare

Changelog

  • Added integration with Fathom library to better support Syzygy tablebases
  • Added "tbhits" to the search output
  • Added "avg_game_phase" parameter to "tunerset" command
  • Added "syzygy" and "bindgen" as switchable Cargo features
  • Added information about captures, en passants, castles, promotions and checks in perft's output
  • Added attackers/defenders cache
  • Added killer moves as separate move generator phase
  • Removed unnecessary check detection in null move pruning
  • Removed redundant abort flag check
  • Removed underpromotions in qsearch
  • Reduced binary size by removing dependencies and replacing them with custom implementation
  • Renamed "test" command to "testset"
  • Simplified evaluation by reducing the number of score taperings
  • Improved build process
  • Improved benchmark output
  • Improved allocation of all hashtables, now their size will always be a power of 2 for better performance
  • Improved king safety evaluation by taking a number of attacked adjacent fields more serious
  • Improved overall performance by a lot of minor refactors and adjustments
  • Improved game phase evaluation
  • Improved killer heuristic
  • Improved history table aging
  • Improved reduction formula in null move pruning
  • Fixed a few "tunerset" command bugs related to the game phase
  • Fixed PGN parser when there were no spaces between dots and moves
  • Fixed invalid evaluation of doubled passing pawns
  • Fixed invalid cut-offs statistics
  • Fixed qsearch failing hard instead of failing soft

Strength: 2850 Elo

v1.1.1 (14-08-2022)

14 Aug 11:59
Compare
Choose a tag to compare

Changelog

  • Added support for FEN property in PGN parser and "tunerset" command
  • Replaced crossbeam package with native scoped threads
  • Fixed invalid handling of "isready" UCI command during a search
  • Fixed engine crash when trying to search invalid position
  • Fixed incorrect version of toolchain used in GitHub Actions

No change in Elo strength

v1.1.0 (31-07-2022)

31 Jul 12:06
Compare
Choose a tag to compare

Changelog

  • Added support for Syzygy tablebases
  • Added support for "MultiPV" UCI option
  • Added support for "searchmoves" in "go" UCI command
  • Added "hashfull" in the UCI search output
  • Added "tunerset" command
  • Added "transposition_table_size" and "threads_count" parameters to "test" command
  • Added instant move when there is only one possible in the position
  • Added new benchmarks
  • Added tuner dataset generator
  • Added information about the compiler and a list of target features at the startup
  • Added diagnostic mode in search functions to gather statistics only if necessary
  • Added a simple PGN parser
  • Removed "tries_to_confirm" parameter from "test" command
  • Removed arr_macro crate from dependencies
  • Improved mobility evaluation, now the parameters are defined per piece instead of one value for all
  • Improved null move reduction formula, now should be more aggressive
  • Improved null move pruning, now it shouldn't be tried for hopeless positions
  • Improved make-undo scheme performance
  • Improved release script, now it's shorter and more flexible
  • Improved error messages and made them more detailed
  • Improved repetition draw detection
  • Increased late move pruning max depth
  • Increased amount of memory allocated for pawn hashtable
  • Adjusted evaluation parameters
  • Made LMR less aggressive in PV nodes
  • Made aging in the transposition table faster and more reliable
  • Merged reduction pruning with late move pruning
  • Decreased memory usage during tuner work
  • Deferred evaluation of evasion mask
  • Reduced amount of lazy evaluations
  • Reduced amount of locks in the UCI interface
  • Removed duplicated search calls in the PVS framework
  • Fixed crash when "tuner" command had not enough parameters
  • Fixed crash when FEN didn't have information about halfmove clock and move number
  • Fixed crash when search in ponder mode was trying to be started in already checkmated position
  • Fixed tuner and tester not being able to examine all positions when multithreading is enabled
  • Fixed draw detection issue caused by transposition table
  • Fixed undefined behaviors and reduced the amount of unsafe code
  • Fixed incorrect benchmark statistics
  • Fixed a few edge cases in the short algebraic notation parser

Strength: 2800 Elo

v1.0.1 (05-04-2022)

05 Apr 16:41
Compare
Choose a tag to compare

Changelog

  • Added a new UCI option "Crash Files" (disabled by default)
  • Fixed move legality check which in rare cases was leading to engine crashes
  • Fixed PV lines being too long due to endless repetitions

No change in Elo strength

v1.0.0 (02-04-2022)

02 Apr 10:00
Compare
Choose a tag to compare

Changelog

  • Initial release

Strength: 2750 Elo