Skip to content

[WIP] Select reduction algorithm in noodlifications#520

Draft
jurajsic wants to merge 7 commits intodevelfrom
change_reduce_in_strings
Draft

[WIP] Select reduction algorithm in noodlifications#520
jurajsic wants to merge 7 commits intodevelfrom
change_reduce_in_strings

Conversation

@jurajsic
Copy link
Member

Depends on #519

product_pres_eps_trans = reduce(product_pres_eps_trans, nullptr, red_alg);
}
return noodlify_mult_eps(product_pres_eps_trans, { EPSILON, EPSILON-1 }, include_empty);
return noodlify_mult_eps(product_pres_eps_trans, { EPSILON, EPSILON-1 }, red_alg);
Copy link
Collaborator

Choose a reason for hiding this comment

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

It took me a few seconds to decipher red_alg. Could we just use the full name?

Copy link
Member Author

Choose a reason for hiding this comment

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

This PR is right now for experimental purposes, so this is very low effort thing.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sure, I was just quickly scrolling through.

@jurajsic jurajsic force-pushed the change_reduce_in_strings branch from 277599a to aa23aa8 Compare April 17, 2025 07:27
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