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

udpate max k color test #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

udpate max k color test #66

wants to merge 2 commits into from

Conversation

cbhyphen
Copy link

@cbhyphen cbhyphen commented Jan 25, 2023

The test currently has a graph with the same number of same color pairs as different color pairs. I think this update will help clarify how the fitness function evaluates a state and that it is a minimization problem.

test currently has the same number of same-color pairs as different-color pairs.  this would have helped me to realize it's a minimization problem quicker.
Copy link

@AlexWendland AlexWendland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change modifies the example so it goes from having 6 unique edges to 7. This improves the example so that it is clear the fitness function is evaluating different edges not similar ones.

It would be useful to highlight in the example that non-distinct edges are amalgemated rather than count as a double edge.

@cbhyphen cbhyphen closed this Feb 27, 2024
@cbhyphen cbhyphen reopened this Feb 27, 2024
@cbhyphen
Copy link
Author

seems I don't have permissions to merge this PR. would happily do it !

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