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

FFBDS.h uses env instead of h to determine the HCost of a pair #58

Closed
lior8 opened this issue Feb 20, 2023 · 0 comments · Fixed by #86
Closed

FFBDS.h uses env instead of h to determine the HCost of a pair #58

lior8 opened this issue Feb 20, 2023 · 0 comments · Fixed by #86

Comments

@lior8
Copy link
Contributor

lior8 commented Feb 20, 2023

Greetings,
FFBDS is provided with both an environment and a heuristic. It is supposed to choose its next pair based on the heuristic it got, but instead uses the heuristic on the environment it got. It works if the same environment is provided both as the environment itself and the heuristic, but will fail given a different heuristic.
The problematic line is FFBDS.h:316.
Kind regards,
Lior.

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 a pull request may close this issue.

1 participant