Skip to content
Snippets Groups Projects
Commit fe2b2e2d authored by Philip Maas's avatar Philip Maas
Browse files

Evaluations for mutation of MLPs

parent 3bceaab7
Branches
No related tags found
2 merge requests!2Evo neuro,!1Evaluations
File added
12 1 50 0.1 0.01 300/12_1_50_0.1_0.01_300.png

28.9 KiB

File added
12 1 50 0.1 0.03 300/12_1_50_0.1_0.03_300.png

38.8 KiB

File added
File added
File added
File added
File added
12 1 50 0.1 0.1 300/12_1_50_0.1_0.1_300.png

50.3 KiB

File added
12 1 50 0.3 0.03 300/12_1_50_0.3_0.03_300.png

32.3 KiB

...@@ -7,7 +7,7 @@ BRAIN_SIZE = 50 ...@@ -7,7 +7,7 @@ BRAIN_SIZE = 50
POP_SIZE = 50 POP_SIZE = 50
MUTATION_FACTOR = 0.1 # 0 <= x <= 1 MUTATION_FACTOR = 0.1 # 0 <= x <= 1
GAME_CANCELLED = False GAME_CANCELLED = False
LOAD_BRAIN = True LOAD_BRAIN = True # if this true brain_size doesn't matter
RENDER_BEST = False RENDER_BEST = False
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment