lucasmaystre / ChessAnalysis

A fork of MSR Cambridge's TrueSkill Through Time code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrueSkill Through Time

This is an attempt to build and use the TrueSkill Through Time codebase on a modern Linux system.

The original code was released by Microsoft Research Cambridge.

Quickstart

On a recent version of Ubuntu (e.g., 16.04), do

sudo apt-get install fsharp
xbuild /p:Configuration=Release ChessAnalysis.fsproj
mono bin/Release/ChessAnalysis.exe -out output.csv SmallChessBase.csv

et voilĂ !

About

A fork of MSR Cambridge's TrueSkill Through Time code.

License:Microsoft Public License


Languages

Language:F# 74.8%Language:Jupyter Notebook 24.0%Language:Python 1.2%