Skip to content

Conversation

@AndrewSazonov
Copy link
Member

This is the first step in implementing the property free for the class Parameter, in line with our discussion #20 as well as the issue #24.

For now, the property free has been added as an alias to not fixed.

@AndrewSazonov AndrewSazonov added the [scope] enhancement Adds/improves features (major.MINOR.patch) label Oct 29, 2024
min: Optional[numbers.Number] = -np.inf,
max: Optional[numbers.Number] = np.inf,
fixed: Optional[bool] = False,
free: Optional[bool] = True,
Copy link
Contributor

Choose a reason for hiding this comment

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

To me it seems like this is not used and I would delete it. Also, it is probably dangerous both to fixed and free since they are mutual exclusive

Copy link
Member Author

Choose a reason for hiding this comment

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

Deleted

min: Optional[numbers.Number] = -np.inf,
max: Optional[numbers.Number] = np.inf,
fixed: Optional[bool] = False,
free: Optional[bool] = True,
Copy link
Contributor

Choose a reason for hiding this comment

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

To me it seems like this is not used and I would delete it. Also, it is probably dangerous both to fixed and free since they are mutual exclusive

Copy link
Member Author

Choose a reason for hiding this comment

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

Deleted

@AndrewSazonov AndrewSazonov merged commit 5b63227 into develop Oct 29, 2024
@AndrewSazonov AndrewSazonov deleted the free-params branch November 12, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[scope] enhancement Adds/improves features (major.MINOR.patch)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants