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

Implement method to set parameters equal without fixing them #207

Open
5 tasks
DavAug opened this issue Apr 8, 2021 · 0 comments
Open
5 tasks

Implement method to set parameters equal without fixing them #207

DavAug opened this issue Apr 8, 2021 · 0 comments

Comments

@DavAug
Copy link
Owner

DavAug commented Apr 8, 2021

Add method unify_parameters to ReducedModels.

  • Implement unify_parameters which takes a list of parameter names and sets them equal.
  • Once parameters are set to be equal they act as if they were one parameter
  • Optionally a parameter name can be provided that will be used to identify the "new" unified parameter. If no name is provided the first parameter is used as the parameter.
  • The location in the parameters list is the first parameter in the list.
  • To unset parameters the method can be called on just the unified parameter.
@DavAug DavAug assigned DavAug and unassigned DavAug Apr 8, 2021
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

No branches or pull requests

1 participant