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

True_scores has a large number of 'nan' causing errors in calculating 'acc' #6

Open
Zjz12138 opened this issue Feb 19, 2025 · 2 comments

Comments

@Zjz12138
Copy link

True_scores has a large number of 'nan' causing errors in calculating 'acc'.

@Zjz12138
Copy link
Author

Suspected to be caused by '02_generation_dataset. py', I added code in 'utilities. py':
print(sample_scores[sample_action_set])
It was found that 'Nan' would be output, which is incorrect.
Suggest rewriting '02_generation_dataset. py'.

@Zjz12138
Copy link
Author

"
env = ecole.environment.Branching(observation_function=observation_function,
scip_params=scip_parameters, pseudo_candidates=True)
"

Maybe it's because of this'pseudo_candidates=True'.

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

No branches or pull requests

1 participant