Skip to content

Commit 0eaa414

Browse files
committed
comment to clarify max_fr of bvcs overshoot
1 parent cfb7acd commit 0eaa414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ratinabox/Neurons.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,8 @@ class BoundaryVectorCells(VectorCells):
14881488
"n": 10,
14891489
"name": "BoundaryVectorCells",
14901490
"dtheta": 2, #angular resolution in degrees used for integration over all angles (smaller is more accurate but slower)
1491+
"max_fr":1.0, # note the max_fr of a BVC is environment-dependent so is epirically estimated at initialisation by calculating the firing rate at all points in the environment, this can lead to small overshoots (see issue #110 for discussion)
1492+
"min_fr":0.0,
14911493
}
14921494

14931495
def __init__(self, Agent, params={}):

0 commit comments

Comments
 (0)