Commit Graph

80 Commits

Author SHA1 Message Date
Jakub Kliszko
e09186eb4e fix: fix pylint errors 2023-05-16 18:21:01 +02:00
Jakub Kliszko
9f271d07a6 feat: add constants 2023-05-16 17:55:09 +02:00
Jakub Kliszko
d8088a38b4 Merge branch 'lab5' into kuchy
# Conflicts:
#	lab5/code/main.py
2023-05-16 15:30:43 +02:00
e6693df39b feat: make code pep8 compliant 2023-05-13 15:41:16 +02:00
Jakub Kliszko
03fa8ab1cc feat: add figure saving 2023-05-13 14:48:48 +02:00
Jakub Kliszko
fe23eadb1a feat: add plotting 2023-05-13 14:26:51 +02:00
Jakub Kliszko
fa10997a1d feat: add .gitignore 2023-05-13 14:23:45 +02:00
f0c02993d9 feat: add initial solution 2023-05-13 13:47:48 +02:00
ffaf696f51 fix: spelling mistakes 2023-05-13 13:33:48 +02:00
45c6d66cea feat: finish comments 2023-05-13 13:26:38 +02:00
5582d27997 feat: comment before class 2023-05-13 12:55:04 +02:00
eac68608c6 feat: copy example code 2023-05-13 12:45:54 +02:00
20b4fd96f3 feat: initialize lab5 branch 2023-05-10 13:22:39 +02:00
b91f85b90c feat: initial branch push 2023-04-26 16:29:34 +02:00
4b9de87f76 feat: final version 2023-04-26 13:13:33 +02:00
dc5d24826d feat: report, make main.py conform to pep8 2023-04-25 00:26:05 +02:00
00a5de7a30 feat: initial solution to the task 2023-04-19 19:46:09 +02:00
Jakub Kliszko
8ee8b7ba34 feat: init lab4 2023-04-19 14:55:48 +02:00
b2186a62ef fix: change -i to -nog 2023-04-17 22:50:18 +02:00
8cc2316ce7 feat: make code conform to pylint 2023-04-17 22:49:40 +02:00
0271bfb1eb feat: finish report 2023-04-17 22:28:02 +02:00
1b13f315e0 feat: add generation plkots to report 2023-04-17 21:57:20 +02:00
9c02b7e035 feat: separate logic from display 2023-04-17 21:19:40 +02:00
d13e681cb9 fix: calculating time for generation and not for dislpaying plot 2023-04-17 20:54:22 +02:00
2156caa787 feat: changed file names to be latex friendly 2023-04-17 20:39:32 +02:00
bae3796502 feat: save generated files 2023-04-16 22:31:47 +02:00
8dd8e4269f feat: added number of outputs as program argument 2023-04-16 22:15:02 +02:00
Jakub Kliszko
21ca2da177 feat: add summary displaying 2023-04-16 05:46:45 +02:00
Jakub Kliszko
e60eb1931e feat: some fixes and output printing 2023-04-16 04:29:00 +02:00
Jakub Kliszko
0e0a3db307 fix: fix for Windows 2023-04-16 00:09:18 +02:00
69c2aa4116 feat: show data? 2023-04-12 21:21:02 +02:00
5b0578ab83 feat: start writing report 2023-04-12 20:06:25 +02:00
10b5a511ca feat: add counting generating time 2023-04-12 19:21:12 +02:00
d19db606ea Use number of generations as the termination
criterion
2023-04-12 18:27:17 +02:00
99cca4b02a feat: add user input 2023-04-12 18:16:46 +02:00
Jakub Kliszko
7f8f34af0b fix: some magic 2023-04-12 13:51:03 +02:00
eff54a6b61 chore: initialize lab3 folder, code and report 2023-04-12 11:47:55 +02:00
a76b04b8f9 feat: conform to pep8 2023-04-10 22:32:51 +02:00
469e1ca42b feat: add interactive command line 2023-04-10 06:19:56 +02:00
023885402c feat: allow for multiple takes in one turn 2023-04-10 05:15:20 +02:00
Jakub Kliszko
c8e0b10590 feat: add board rotating 2023-04-08 20:37:01 +02:00
Jakub Kliszko
010ed1e7f5 fix: game board printing 2023-04-08 20:00:00 +02:00
Jakub Kliszko
038ecb090e feat: maximize pylint score 2023-04-08 19:54:56 +02:00
Jakub Kliszko
474ffde3a5 feat: fine tuning (WIP) 2023-04-08 19:12:08 +02:00
Jakub Kliszko
d4cb446264 feat: set up alpha beta 2023-04-08 17:50:31 +02:00
108121a4ed feat: le epic merge 2023-04-08 16:07:55 +02:00
3b327be121 Merge branch 'lab2' into alpha-beta 2023-04-08 16:03:47 +02:00
Jakub Kliszko
7926a3c170 feat: add player move handling and minor fixes 2023-04-08 15:57:10 +02:00
fec32e0abd feat: working get possible moves 2023-04-08 15:48:55 +02:00
98232581ff feat: make move piece and initial ai algorithm 2023-03-31 12:29:09 +00:00