|
|
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 |
|
|
|
3906b877d9
|
feat: heuristics tests
|
2023-03-22 19:41:33 +01:00 |
|
|
|
233a2e3dbd
|
feat: add random heuristic
|
2023-03-22 18:10:19 +01:00 |
|
|
|
d1f1479000
|
chore: shorten function length to 16
|
2023-03-22 17:42:06 +01:00 |
|
|
|
95fcae04d8
|
feat: maze generation
|
2023-03-22 17:30:25 +01:00 |
|
|
|
b84ed11ee5
|
chore: lint my beautiful code
|
2023-03-22 15:47:07 +01:00 |
|
|
|
be6d43bc0e
|
chore: battery dead
|
2023-03-22 14:55:57 +01:00 |
|
|
|
13ac5c5dcb
|
feat: save solved mazes
|
2023-03-22 14:19:20 +01:00 |
|
Jakub Kliszko
|
a398415537
|
remove ignored files
|
2023-03-22 11:44:46 +01:00 |
|
Jakub Kliszko
|
057197ee38
|
fix typos
|
2023-03-22 11:42:47 +01:00 |
|
Jakub Kliszko
|
9242930433
|
Merge branch 'pylint-update'
# Conflicts:
# main.py
|
2023-03-22 11:35:54 +01:00 |
|
Jakub Kliszko
|
1cdca282a4
|
update code to get 10/10 from pylint
|
2023-03-22 11:32:50 +01:00 |
|