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

[CBO] Remove virtual functions from DPHyp #10578

Open
pashandor789 opened this issue Oct 17, 2024 · 0 comments
Open

[CBO] Remove virtual functions from DPHyp #10578

pashandor789 opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@pashandor789
Copy link
Collaborator

It slows algorithm a lot

with it


Time for Enumerate(MakeClique(15)): mean: 4.339265, values: [4.36942146,4.444775347,4.220479587,4.216915191,4.444732828] seconds 
Time for Enumerate(MakeStar(20)): mean: 3.823826, values: [3.865856787,3.69262496,3.686077864,4.028335543,3.846232589] seconds
Time for Enumerate(MakeChain(165)): mean: 1.102733, values [1.126160789,1.063695072,1.080272461,1.122126392,1.121407951] seconds

without

Time for Enumerate(MakeClique(15)): mean: 3.591358, values: [3.544488032,3.602054667,3.564812436,3.629291308,3.616141239] seconds 
Time for Enumerate(MakeStar(20)): mean: 3.139332, values: [3.174405095,3.12391039,3.156111993,3.132897047,3.109333971] seconds
Time for Enumerate(MakeChain(165)): mean: 1.096505, values [1.075055174,1.087106624,1.119111145,1.102808121,1.098446119] seconds
@pashandor789 pashandor789 self-assigned this Oct 17, 2024
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