forked from pavadik/pgnlearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,37 @@ | ||
���������� | ||
PURPOSE | ||
---------- | ||
pnglearn - ������� ��� ��������������� ������� PGN-������ � ��������������� ������� ������������� ��������� �������. | ||
� ��������� ������ ���������� ������ ����������� ��������� ��������� �����. | ||
PGNLearn is a console app for statistical analysis of PGN files and automatic selection of the coefficients of the evaluation function. | ||
In this version, it determines only the optimal values of chess pieces. | ||
|
||
|
||
�������� | ||
CATALOGS | ||
-------- | ||
src - �������� ��� � ����� ��� ������ | ||
pgn - ������� �������� ������ � �������� | ||
src - source code and build files | ||
pgn - sample test files with batches | ||
|
||
RELEASES | ||
-------- | ||
pgnlearn.exe - located in releases page and only runs (for me in mingw/console) | ||
|
||
|
||
������ | ||
ASSEMBLY | ||
------ | ||
�������� ������ ��� Windows (���������� MSVC ��� MinGW/gcc) ��� ��� Linux (gcc). | ||
����������� pgnlearn.sln ��� Makefile. | ||
It can be built under Windows (MSVC compiler or MinGW/gcc) or under Linux (gcc). | ||
Use pgnlearn.sln or Makefile. | ||
|
||
|
||
������ | ||
LAUNCH | ||
------ | ||
pgnlearn.exe <file.pgn> | ||
��������� ���������� 10000 ����� ������������ ������ � ������� � ������� ������ ���������� �����. | ||
The program performs 10,000 steps of gradient descent and outputs a vector of figure costs to the console. | ||
|
||
|
||
����������� ����� | ||
GENERATED FILES | ||
----------------- | ||
file.mat - ������� ��������� (�������� ������������� ������� � ���������� ������) | ||
iterations.txt - �������� ��������� ����� � �������������� ������� �� ��������� | ||
probability.txt - ���������� ���������� ����� ������ � ����������� �� ������������� ������� | ||
file.mat - feature matrix (material balance values and game results) | ||
iterations.txt - dynamics of changes in weights and minimized function over iterations | ||
probability.txt - statistics of points scored by White depending on the material balance | ||
|
||
|
||
(c) 2015 �������� �������� | ||
[email protected] | ||
(c) 2015 Vladimir Medvedev | ||
[email protected] |