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

Exclude Fixed Parameters #48

Merged
merged 2 commits into from
Aug 13, 2018
Merged

Conversation

akleeman
Copy link
Collaborator

Make sure to exclude lower bounds when tuning using fixed parameters.

Copy link
Contributor

@seth-swiftnav seth-swiftnav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get_params_as_vector might be better named as get_tunable_params_as_vector. Since the function is designed to be used with the get_upper/lower_bounds functions, perhaps a single function which returns a struct of three equal-length vectors might be cleaner.

vectors of doubles which should both keep the params and lower/upper
bounds consistent and make the intended use of those functions
more obvious.
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 this pull request may close these issues.

2 participants