Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Ark223/ACE

ACE 0.06 (WIP)

11 Oct 09:36

Choose a tag to compare

ACE 0.06 (WIP) Pre-release
Pre-release

Console app

  • Fixed a major bug that caused inconsistent number parsing

ACE 0.05 (WIP)

10 Oct 22:12

Choose a tag to compare

ACE 0.05 (WIP) Pre-release
Pre-release

Console app

  • Clarified the usage example of evaluate with a correct model for example deal

Library

  • Default prior in policy calculations is now set to 0 (previously was 1)

ACE 0.04 (WIP)

27 Sep 18:16

Choose a tag to compare

ACE 0.04 (WIP) Pre-release
Pre-release

General

  • All card input, output, and display now use standardized suit-rank (PBN) format
  • Updated the readme file to document these changes and reflect the correct usage

ACE 0.03 (WIP)

27 Sep 15:36

Choose a tag to compare

ACE 0.03 (WIP) Pre-release
Pre-release

Console app

  • The output now filters out duplicate results at the end of the search for better readability
  • Attempting to continue without a prior search now reports an error instead of failing quietly
  • Command aliases were added and some existing ones renamed for clarity

ACE 0.02 (WIP)

24 Sep 10:06

Choose a tag to compare

ACE 0.02 (WIP) Pre-release
Pre-release

Console logging

  • Search/evaluation results are now appended to the console instead of being overwritten
  • Overwriting text sometimes caused inconsistent or broken output; this no longer occurs
  • search and continue now always produce output, even without defined eval models
  • Progress updates now print elapsed time to indicate total search duration

Code quality

  • Normalized line endings in the library from CRLF to LF for consistency

ACE 0.01 (WIP)

21 Sep 10:35

Choose a tag to compare

ACE 0.01 (WIP) Pre-release
Pre-release

First public preview release of ACE (Adaptive Cardplay Engine).

Platforms

  • Windows x64: ace-win-x64.zip
  • Linux x64: ace-linux-x64.tar

Features

  • Bridge cardplay engine (early preview)
  • Easy-to-use command-line interface
  • Configurable multi-threaded search
  • Includes native double-dummy solver
  • Requires .NET 8.0 runtime to run

Notes

  • Work-in-progress - expect rapid changes and breaking bugs!
  • For instructions and details, see the README file in repository
  • Please report issues or feature requests on the issues page