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

fix(optimize): support kwargs in 'register_strategy' decorator #583

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

ahal
Copy link
Collaborator

@ahal ahal commented Oct 2, 2024

Some optimization strategies can take class level kwargs (such as the 'split_args' kwarg for all composite strategies).

Ensure these get forwarded when using the 'register_strategy' decorator.

Some optimization strategies can take class level kwargs (such as the
'split_args' kwarg for all composite strategies).

Ensure these get forwarded when using the 'register_strategy' decorator.
@ahal ahal requested a review from a team October 2, 2024 17:41
@ahal ahal self-assigned this Oct 2, 2024
@ahal ahal requested a review from hneiva October 2, 2024 17:41
@ahal ahal merged commit 2641aa8 into taskcluster:main Oct 3, 2024
15 checks passed
@ahal ahal deleted the strategy_kwargs branch October 3, 2024 13:26
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