Giter Site home page Giter Site logo

flush-win-prob's Introduction

Flush Win Prob

一人麻雀における一色手の和了確率を計算するツール.

クローン

git clone https://github.com/tomohxx/flush-win-prob.git

ビルド

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

実行

prob.csvが生成される.

./main

DB 生成

sqlite3 db.sqlite3 < ../init.sql

以下のようなコマンドで一色手の巡目ごとの和了確率を検索できる.

sqlite> select turn, prob from prob where hand = '1122345577889';
0|0.462711
1|0.434498
2|0.405372
3|0.375423
4|0.344775
5|0.313581
6|0.282036
7|0.250372
8|0.218685
9|0.187287
10|0.15629
11|0.125972
12|0.0968531
13|0.0696154
14|0.0451107
15|0.0244029
16|0.00881679
17|0.0
18|0.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.