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

adjust fcalls in diffev2 for skipped cost #247

Merged
merged 1 commit into from
Aug 1, 2024
Merged

adjust fcalls in diffev2 for skipped cost #247

merged 1 commit into from
Aug 1, 2024

Conversation

mmckerns
Copy link
Member

@mmckerns mmckerns commented Aug 1, 2024

Summary

diffev2 has a less automatic tracking of function evaluations due to the use of a map function
potentially was overcounting when cost is skipped (returns inf)

fixes #246

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.
  • Artifacts produced with the main branch work as expected under this PR.

Release Management

  • Added "Fixes #NNN" in the PR body, referencing the issue (#NNN) it closes.
  • Added a comment to issue #NNN, linking back to this PR.

@mmckerns mmckerns added this to the mystic-0.4.3 milestone Aug 1, 2024
@mmckerns mmckerns added the bugfix label Aug 1, 2024
@mmckerns mmckerns merged commit e95fe59 into master Aug 1, 2024
0 of 2 checks passed
@mmckerns mmckerns deleted the fcalls branch August 1, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect counting of function evaluations in diffev2
1 participant