Skip to content

Commit

Permalink
skip obsoleted/renamed params
Browse files Browse the repository at this point in the history
TODO: should have renamed them to actual versions, but just removing works too
  • Loading branch information
breznak committed May 13, 2015
1 parent 3e83d73 commit 2b13327
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/model_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,14 @@
# SP inhibition control (absolute value);
# Maximum number of active columns in the SP region's output (when
# there are more, the weaker ones are suppressed)
'numActivePerInhArea': 40,
## 'numActivePerInhArea': 40,

'seed': 1956,

# coincInputPoolPct
# What percent of the columns's receptive field is available
# for potential synapses. At initialization time, we will
# choose coincInputPoolPct * (2*coincInputRadius+1)^2
'coincInputPoolPct': 0.5,

# The default connected threshold. Any synapse whose
# permanence value is above the connected threshold is
Expand All @@ -137,7 +136,6 @@

'synPermInactiveDec': 0.1,

'randomSP': 0,
'spatialImp': 'cpp',
},

Expand Down

0 comments on commit 2b13327

Please sign in to comment.