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

Revise topology user interface #244

Closed
heplesser opened this issue Mar 1, 2016 · 0 comments · Fixed by #1282
Closed

Revise topology user interface #244

heplesser opened this issue Mar 1, 2016 · 0 comments · Fixed by #1282
Assignees
Labels
I: User Interface Users may need to change their code due to changes in function calls S: High Should be handled next T: Enhancement New functionality, model or documentation ZC: Kernel DO NOT USE THIS LABEL ZP: Pending DO NOT USE THIS LABEL
Milestone

Comments

@heplesser
Copy link
Contributor

In preparation for NEST 3, the topology UI should be cleaned up and made consistent with the Connect UI, especially with respect to how randomized parameters are specified.

We should also consider support for bounded parameter values, as in the following pseudo-code:

BoundedParam(LinearParam(a=2, c=1) * ( ConstParam(1) + NormalParam(mu=0, sigma=2) ),
             min=dt, redraw=True)

which would ensure that the parameter is at least dt, and that smaller values will lead to re-drawing. This follows up trac.929.

@heplesser heplesser self-assigned this Jun 29, 2017
@heplesser heplesser added ZC: Kernel DO NOT USE THIS LABEL I: User Interface Users may need to change their code due to changes in function calls ZP: Pending DO NOT USE THIS LABEL S: High Should be handled next T: Enhancement New functionality, model or documentation labels Jun 29, 2017
@heplesser heplesser added this to the NEST 3.0 milestone Jun 29, 2017
@heplesser heplesser removed their assignment Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: User Interface Users may need to change their code due to changes in function calls S: High Should be handled next T: Enhancement New functionality, model or documentation ZC: Kernel DO NOT USE THIS LABEL ZP: Pending DO NOT USE THIS LABEL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants