Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more complex parameters from url, i.e a parameter file containing a ParameterTable #51

Closed
laurentperrinet opened this issue Feb 6, 2014 · 1 comment

Comments

@laurentperrinet
Copy link

Hi
I like the idea of loading parameters from urls, however, my parameter files usually are more complex then the example, i.e. I quite often need a ParameterTable.
I would like to do this:
{{{

!python

p = ParameterSpace({})
p.LGN = ParameterSet('url to the default parameters of the LGN model I want to use from the huger selection in mozaik')
p.cortex = ParameterSet('url to cortex defaults')
}}}
and let this be the parameter set for the LGN model:
{{{

!python

from NeuroTools.parameters import ParameterTable
{'a':2.},
'phase':ParameterTable("""

# RS FS

RS 30. 30.

FS 30. 30.

""")}

}}}


Imported from Trac ticket:51

Opened: 2008-12-03 07:54:03
Last modified: 2008-12-03 10:39:23
Component: parameters
Priority: minor
Owner:
Reporter: JensKremkow

@laurentperrinet
Copy link
Author

see NeuralEnsemble/parameters#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant