Skip to content

Commit

Permalink
Added notes to README files about currently broken examples.
Browse files Browse the repository at this point in the history
Updated memory-variable configuration file to include DefaultSpeciesSet.
  • Loading branch information
CodeReclaimers committed Jan 3, 2017
1 parent 66587c1 commit 85ab019
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion examples/memory-fixed/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## NOTES ##

This example currently does not work as intended.

## Fixed-length Sequence Memory Evolution ##

`evolve.py` Generates networks to reproduce a fixed-length sequence of binary inputs.
`evolve.py` Generates networks to reproduce a fixed-length sequence of binary inputs.

4 changes: 4 additions & 0 deletions examples/memory-variable/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NOTES ##

This example currently does not work as intended.

## Variable-length Sequence Memory Evolution ##

`evolve.py` Generates networks to reproduce a variable-length sequence of binary inputs.
4 changes: 3 additions & 1 deletion examples/memory-variable/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ num_hidden = 1
num_outputs = 1
initial_connection = partial 0.5
feed_forward = 0
compatibility_threshold = 3.0
compatibility_disjoint_coefficient = 1.0
compatibility_weight_coefficient = 0.6
conn_add_prob = 0.2
Expand Down Expand Up @@ -51,6 +50,9 @@ weight_mutate_power = 0.5
enabled_default = True
enabled_mutate_rate = 0.01

[DefaultSpeciesSet]
compatibility_threshold = 3.0

[DefaultStagnation]
species_fitness_func = max
max_stagnation = 20
Expand Down

0 comments on commit 85ab019

Please sign in to comment.