Skip to content

Number of runs too small when using ParameterSpace #198

Answered by jajcayn
leotozzi88 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @leotozzi88,

For simple grids with only 2 values per parameter, neurolib is trying to automatically infer what kind of space you want to explore and incorrectly assumes those are just bounds. This should work:

...
parameters=ParameterSpace({"Ke_gl":[0.1, 500.0], "sigma_ou":[0.2, 0.3]}, kind="grid")
...

Thanks for using neurolib:)

N.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leotozzi88
Comment options

Answer selected by jajcayn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants