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

Fractional parameter needs to be able to take non-zero lower bound. #28

Open
rutgerfick opened this issue Oct 2, 2018 · 0 comments · May be fixed by #29
Open

Fractional parameter needs to be able to take non-zero lower bound. #28

rutgerfick opened this issue Oct 2, 2018 · 0 comments · May be fixed by #29

Comments

@rutgerfick
Copy link
Collaborator

Right now a fractional parameter ranges between [0-1] * some_parameter, but that means that it can also take the value 0, which is typically not the case in some_parameter.

fractional parameter should be defined to also take into account the parameter_ranges of some_parameter, i.e. value_min + [0-1] * (some_parameter - value_min), where some_parameter ranges between value_min and some value_max.

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

Successfully merging a pull request may close this issue.

1 participant