Commit Graph

80 Commits

Author SHA1 Message Date
8aadcfb677 Zaktualizuj 'src/dimensions.py' 2021-06-21 14:16:18 +02:00
831e599e14 Zaktualizuj 'tractor.py' 2021-06-21 14:15:45 +02:00
c21203fb72 Zaktualizuj 'node.py' 2021-06-21 14:14:44 +02:00
3fd1afdaeb Zaktualizuj 'src/colors.py' 2021-06-21 14:14:19 +02:00
4f5cf361ce Zaktualizuj 'field.py' 2021-06-21 14:14:00 +02:00
e9c11d37d2 Zaktualizuj 'plant.py' 2021-06-21 14:13:44 +02:00
e77b8d03f9 Zaktualizuj 'main.py' 2021-06-21 14:13:30 +02:00
8f0a1ed075 Zaktualizuj 'main.py' 2021-06-21 14:02:50 +02:00
bd33fa3df5 GA FIX
- END of bugfixing

with Michał Malinowski
2021-06-21 04:47:16 +02:00
5ca916873d GA FIX
- FIX bug where parents would not go to next gen

with Michał Malinowski
2021-06-21 04:43:13 +02:00
361a733102 GA END
- BUGfix
- comments
- stop var

with Michał Malinowski
2021-06-21 04:04:26 +02:00
ef5c5556ef GA implementation
- ADD comments
- ADD stop function

with Michał Malinowski
2021-06-21 03:38:21 +02:00
288d3cf30a GA implementation
- ADD crossover
- ADD mutation
- ADD next_gen preparation
- Project completed (with errors)

with Michał Malinowski
2021-06-21 03:24:07 +02:00
7a14078390 GA implementation
- ADD pretty_printer method
- crossover draft

with Michał Malinowski
2021-06-21 01:56:55 +02:00
19680a0139 GA implementation
- DONE best results
- DONE parents selection

with Michał Malinowski
2021-06-21 00:38:56 +02:00
301e05268c GA implementation
- DONE fitness function
2021-06-20 23:43:57 +02:00
6c905621ca Merge pull request 'GA implementation in env' (#1) from Paweł into master
Reviewed-on: #1
2021-06-20 18:03:50 +02:00
aca811e228 GA implementation in env
- use ga in traktor environment on field variables
- adjusted fitness function
2021-06-20 18:02:11 +02:00
14795cdc5e Changed method for accuracy calculation: 2021-06-20 15:04:51 +02:00
3898a3bcab Update network model structure:
Changed model from FCNN to CNN
2021-06-20 15:00:34 +02:00
0b2791f961 Genetic Algorithm
- added Genetic Algorithm to adjust
2021-06-20 13:24:12 +02:00
328b171e5a file namechange
- changed name of files to represent inside
- added main to seperate processes
- changed raw code to functions
2021-06-15 01:36:18 +02:00
f993a577f4 Reorganising files:
- added AI dictionary with AI classes and functions
- added src directory with raw data or simple classes
- removed unused libraries
2021-06-14 23:54:30 +02:00
3067eda937 Zaktualizuj 'tractor.py' 2021-06-03 16:13:29 +02:00
1b88dd6cb9 Zaktualizuj 'plant.py' 2021-06-03 16:12:40 +02:00
042e993137 Dodanie 'neural_network.py' 2021-06-03 16:12:04 +02:00
4a1a3293fc Zaktualizuj 'id3.py' 2021-06-03 16:07:54 +02:00
b8110ebf36 Zaktualizuj 'field.py' 2021-06-03 16:07:33 +02:00
07395ecfd9 Dodanie 'cases.py' 2021-06-03 16:06:34 +02:00
70b0deca2d Prześlij pliki do 'test' 2021-06-03 16:05:58 +02:00
9beb1be2e1 Dodanie 'grader.py' 2021-06-03 16:05:22 +02:00
9f4d3ea648 Zaktualizuj 'basic_grid.py' 2021-06-03 16:02:44 +02:00
227e83bf74 Prześlij pliki do 'train/potato' 2021-06-03 16:01:48 +02:00
2102581a2e Prześlij pliki do 'train/potato' 2021-06-03 16:01:31 +02:00
470ba2a267 Usuń 'trainpotato/r_97_100.jpg' 2021-06-03 16:01:08 +02:00
beff51916e Usuń 'trainpotato/r2_150_100.jpg' 2021-06-03 16:01:05 +02:00
96d60d2a5c Usuń 'trainpotato/r2_89_100.jpg' 2021-06-03 16:01:01 +02:00
7e0a6abb65 Usuń 'trainpotato/r2_33_100.jpg' 2021-06-03 16:00:58 +02:00
f6855ef510 Usuń 'trainpotato/184_100.jpg' 2021-06-03 16:00:55 +02:00
ac6dfec2c1 Usuń 'trainpotato/145_100.jpg' 2021-06-03 16:00:52 +02:00
5e0d907ffd Usuń 'trainpotato/143_100.jpg' 2021-06-03 16:00:48 +02:00
ef134f6781 Usuń 'trainpotato/93_100.jpg' 2021-06-03 16:00:45 +02:00
fa733da44b Usuń 'trainpotato/21_100.jpg' 2021-06-03 16:00:42 +02:00
1b05e127d7 Usuń 'trainpotato/18_100.jpg' 2021-06-03 16:00:38 +02:00
dd1772904b Prześlij pliki do 'trainpotato' 2021-06-03 15:59:59 +02:00
dd99c59652 Prześlij pliki do 'trainpotato' 2021-06-03 15:59:30 +02:00
4037b45983 Prześlij pliki do 'train/apple' 2021-06-03 15:58:48 +02:00
c633beaa84 Prześlij pliki do 'train/apple' 2021-06-03 15:58:16 +02:00
8effe0d702 Zaktualizuj 'id3.py' 2021-05-23 23:16:55 +02:00
4c3da838af Dodanie 'id3.py' 2021-05-23 23:15:50 +02:00