Skip to content
Snippets Groups Projects
Commit dcec6516 authored by paulaslh's avatar paulaslh
Browse files

initial commit

parent e229b4ec
No related branches found
No related tags found
No related merge requests found
*.exe filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
[NEAT]
fitness_criterion = max
fitness_threshold = 1000000000
pop_size = 20
reset_on_extinction = False
[DefaultGenome]
# node activation options
activation_default = tanh
activation_mutate_rate = 0.1
activation_options = tanh
# node aggregation options
aggregation_default = sum
aggregation_mutate_rate = 0.0
aggregation_options = sum
# node bias options
bias_init_mean = 0.0
bias_init_stdev = 1.0
bias_max_value = 30.0
bias_min_value = -30.0
bias_mutate_power = 0.5
bias_mutate_rate = 0.7
bias_replace_rate = 0.1
# genome compatibility options
compatibility_disjoint_coefficient = 1.0
compatibility_weight_coefficient = 0.5
# connection add/remove rates
conn_add_prob = 0
conn_delete_prob = 0
# connection enable options
enabled_default = True
enabled_mutate_rate = 0.5
feed_forward = True
initial_connection = full_nodirect
# node disable deleting/adding of nodes to ensure fixed neurnal network size
# node add/remove rates
node_add_prob = 0
node_delete_prob = 0
# network parameters
num_hidden = 4
num_inputs = 6
num_outputs = 2
# node response options
response_init_mean = 1.0
response_init_stdev = 0.0
response_max_value = 30.0
response_min_value = -30.0
response_mutate_power = 0.5
response_mutate_rate = 0.2
response_replace_rate = 0.1
# connection weight options
weight_init_mean = 0.0
weight_init_stdev = 1.0
weight_max_value = 30
weight_min_value = -30
weight_mutate_power = 0.5
weight_mutate_rate = 0.5
weight_replace_rate = 0.1
[DefaultSpeciesSet]
compatibility_threshold = 10.0
[DefaultStagnation]
species_fitness_func = max
max_stagnation = 20
species_elitism = 2
[DefaultReproduction]
elitism = 3
survival_threshold = 0.2
images/asteroid.png

130 B

images/asteroid_small.png

130 B

images/background.png

131 B

images/explosion.gif

47.6 KiB

images/player.png

129 B

images/player_small.png

129 B

main.exe 0 → 100755 LFS
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment