Commit Graph

68 Commits

Author SHA1 Message Date
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
c71b6c3aa7 feat: print board and check if move legal 2023-03-31 10:41:46 +00:00
kuhy
cfb8eb8136 Merge remote-tracking branch 'origin/lab2' into lab2 2023-03-29 08:24:38 +00:00
0cc3033a20 feat: add main.py file 2023-03-29 08:24:00 +00:00
d56f4b1e73 feat: add lab instructions lab2 2023-03-29 10:19:51 +02:00
kuhy
33a050da6b Merge remote-tracking branch 'origin/main' into main 2023-03-29 08:14:50 +00:00
3d30e1a5fc Merge branch 'main' of https://github.com/kuchyx/EARIN 2023-03-29 10:07:26 +02:00
f5254e044f chore: move lab1 contents into lab1 folder 2023-03-29 10:07:08 +02:00
Jakub Kliszko
8561573f0a print visited nodes, fix printing and saving, lint code
# Conflicts:
#	main.py
2023-03-29 01:47:00 +02:00
Jakub Kliszko
50b648ca7c Merge remote-tracking branch 'origin/main' into main 2023-03-28 22:56:28 +00:00
Jakub Kliszko
09bbfcca28 Initial commit 2023-03-28 22:56:27 +00:00
cf9f4f108f chore: change heuristic to euclidean, make random heuristic work 2023-03-28 18:42:33 +02:00
155c718df6 feat: update readme, add important and make pylint compliant 2023-03-22 20:08:29 +01:00