Skip to content

Commit

Permalink
Translated README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
texium authored Aug 29, 2023
1 parent 5acb12f commit 460734e
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions README.txt
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]

0 comments on commit 460734e

Please sign in to comment.