Skip to content

Commit e97d10b

Browse files
committed
fix boost strength doc
1 parent 3b6ea96 commit e97d10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htm/algorithms/SpatialPooler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class SpatialPooler : public Serializable
185185
boost. Shorter values make it potentially more unstable and
186186
likely to oscillate.
187187
188-
@param boostStrength A number greater or equal than 1.0 or exactly 0.0, used to
188+
@param boostStrength A number greater or equal than 0, used to
189189
control boosting strength.
190190
No boosting is applied if it is set to 0.0, (runs faster due to skipped code).
191191
The strength of boosting increases as a function of boostStrength.

0 commit comments

Comments
 (0)