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

Introduce fix_gamma option to have the gamma parameter fixed #169

Open
martwo opened this issue Aug 24, 2023 · 0 comments
Open

Introduce fix_gamma option to have the gamma parameter fixed #169

martwo opened this issue Aug 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@martwo
Copy link
Collaborator

martwo commented Aug 24, 2023

By adding the argument is_fixed=fix_gamma to the constructor of the Parameter class this should be accomplished.

param_gamma = Parameter(
name='gamma',
initial=gamma_seed,
valmin=gamma_min,
valmax=gamma_max)

@martwo martwo added the enhancement New feature or request label Aug 24, 2023
chiarabellenghi pushed a commit that referenced this issue Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants