Commit Graph

18 Commits

Author SHA1 Message Date
8e7e279c4b added fitness function, first version of main and genetics integration 2021-06-17 20:30:32 +02:00
120cc7489e Merge branch 'master' into genetic_algorithm 2021-06-17 12:04:08 +02:00
2342aac262 Added genetic_algorithm.py file which implements genetic algorithm 2021-06-16 23:24:41 +02:00
8f85934095 fixed: always positive outcome; added: 3 new wire colors 2021-06-07 09:40:38 +02:00
70fb44f69e implemented new disarming in auto mode 2021-06-06 22:00:42 +02:00
985c7c0d77 post-merge cleanup 2021-06-06 19:00:20 +02:00
bec9e14c93 decision tree cleanup 2021-06-06 18:47:06 +02:00
5ab0f21a84 Merge branch 'master' into neural_networks
# Conflicts:
#	.gitignore
#	algorithms/learn/decision_tree/decision_tree.py
2021-06-06 18:33:48 +02:00
7a5ce8d1cd disabled tree plotting; added tree files to .gitignore 2021-06-06 18:29:02 +02:00
s452635
e84e71529f disarming popup 2021-06-06 15:51:08 +02:00
d7a552194f universalised NN class; build series-type NN 2021-06-06 09:11:06 +02:00
2fc525ad52 added neural network class; made necessary changes to project structure 2021-06-05 00:02:14 +02:00
9a910a9284 big commit (ostroznie!) 2021-05-26 13:47:02 +02:00
32c50f27fc changed some data regarding decision_tree's; changed map a bit 2021-05-24 01:05:00 +02:00
f6ff6e548c coordinated all changes regarding decision_tree functionality 2021-05-23 20:20:02 +02:00
9b20be5248 merged master to decision_trees 2021-05-23 18:04:44 +02:00
c7845a0d1f created first Decision Tree; minor changes to project structure 2021-05-23 13:38:16 +02:00
1f71b29604 added decision tree generator scaffolding 2021-05-22 23:54:46 +02:00