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

feat(optimizer): Add complexity-based early cutting in atomic pattern optimization #1206

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

Conversation

DeVikingMark
Copy link

Add an early cutting mechanism in the atomic pattern optimizer that checks if the minimum possible complexity for given parameters is higher than the current best solution. This optimization helps reduce the search space and improve performance by skipping configurations that cannot lead to better solutions.

Copy link

cla-bot bot commented Jan 25, 2025

Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @DeVikingMark on file. In order for us to review and merge your code, please sign:

  • For individual contribution: our CLA
  • for Bounty submission, if you are an individual: our T&C
  • for Bounty submission, if you are a company: our T&C
    to get yourself added.

If you already signed one of this document, just wait to be added to the bot config.

Copy link
Member

@BourgerieQuentin BourgerieQuentin left a comment

Choose a reason for hiding this comment

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

Hello @DeVikingMark, thank you for the contribution, where is define the estimate_min_complexity, have you missed to add ?

Copy link

cla-bot bot commented Feb 8, 2025

Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @DeVikingMark on file. In order for us to review and merge your code, please sign:

  • For individual contribution: our CLA
  • for Bounty submission, if you are an individual: our T&C
  • for Bounty submission, if you are a company: our T&C
    to get yourself added.

If you already signed one of this document, just wait to be added to the bot config.

@DeVikingMark
Copy link
Author

Hello @DeVikingMark, thank you for the contribution, where is define the estimate_min_complexity, have you missed to add ?

Hello @DeVikingMark, thank you for the contribution, where is define the estimate_min_complexity, have you missed to add ?

@BourgerieQuentin fixed, hope now it's good

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