Skip to content

FEAT: make ParameterFlattener public #546

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

grayson-helmholz
Copy link
Contributor

Closes #545

As it is not unusual to have optimizers (like Minuit) that only work with real numbers and process the real and imaginary parts of complex values seperately, the utility-class ParameterFlattener should be exposed by the framework as its functionality would have to be reproduced by any user using an optimizer which is not already cared for by the framework itself.

@grayson-helmholz grayson-helmholz requested a review from redeboer June 2, 2025 15:20
@grayson-helmholz grayson-helmholz self-assigned this Jun 2, 2025
@grayson-helmholz grayson-helmholz added the ✨ Feature New feature added to the package label Jun 2, 2025
@grayson-helmholz
Copy link
Contributor Author

A first draft of the class- and method-documentation is provided.

@grayson-helmholz grayson-helmholz changed the title FEAT: Make ParameterFlattener public FEAT: make ParameterFlattener public Jun 2, 2025
@grayson-helmholz grayson-helmholz linked an issue Jun 30, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let ParameterFlattener dispatch on array-arguments Make ParameterFlattener public
1 participant