Skip to content

Commit

Permalink
Removed QuantifiedCode badge as their service shut down on July 31, 2…
Browse files Browse the repository at this point in the history
…017.

Update example configurations to avoid warnings.
  • Loading branch information
CodeReclaimers committed Aug 1, 2017
1 parent babb5a6 commit 133e13a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/CodeReclaimers/neat-python.svg)](https://travis-ci.org/CodeReclaimers/neat-python)
[![Code Issues](https://www.quantifiedcode.com/api/v1/project/2bb1d19f57684f4589cb4700f99dd75e/badge.svg)](https://www.quantifiedcode.com/app/project/2bb1d19f57684f4589cb4700f99dd75e)
[![Coverage Status](https://coveralls.io/repos/CodeReclaimers/neat-python/badge.svg?branch=master&service=github)](https://coveralls.io/github/CodeReclaimers/neat-python?branch=master)

## About ##
Expand Down
2 changes: 1 addition & 1 deletion examples/memory-fixed/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reset_on_extinction = 0
num_inputs = 2
num_hidden = 1
num_outputs = 1
initial_connection = partial 0.5
initial_connection = partial_direct 0.5
feed_forward = False
compatibility_disjoint_coefficient = 1.0
compatibility_weight_coefficient = 0.6
Expand Down
2 changes: 1 addition & 1 deletion examples/single-pole-balancing/config-ctrnn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reset_on_extinction = 0
num_inputs = 4
num_hidden = 1
num_outputs = 1
initial_connection = partial 0.5
initial_connection = partial_direct 0.5
feed_forward = False
compatibility_disjoint_coefficient = 1.0
compatibility_weight_coefficient = 0.6
Expand Down
2 changes: 1 addition & 1 deletion examples/single-pole-balancing/config-feedforward
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reset_on_extinction = 0
num_inputs = 4
num_hidden = 1
num_outputs = 1
initial_connection = partial 0.5
initial_connection = partial_direct 0.5
feed_forward = True
compatibility_disjoint_coefficient = 1.0
compatibility_weight_coefficient = 0.6
Expand Down

0 comments on commit 133e13a

Please sign in to comment.