Skip to content

Fixed EndNTM silently using weights to score solutions internally eve… - #264

Merged
GiulioRossetti merged 1 commit into
GiulioRossetti:masterfrom
Agade09:master
Aug 6, 2026
Merged

Fixed EndNTM silently using weights to score solutions internally eve…#264
GiulioRossetti merged 1 commit into
GiulioRossetti:masterfrom
Agade09:master

Conversation

@Agade09

@Agade09 Agade09 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

EndNTM is an unweighted algorithm but it was scoring solutions using weights due to a library default parameter. This was not even coherent because it was mixing weighted modularity with unweighted coverage.
The problem is that com.modularity defaults to weight="weight"

Release text

Fixed EndNTM silently partially using weights

@GiulioRossetti
GiulioRossetti merged commit c824b23 into GiulioRossetti:master Aug 6, 2026
3 checks passed
@GiulioRossetti

Copy link
Copy Markdown
Owner

Thanks for the fix, I missed the check on the default param.

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