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

Fix visited nodes stat on local search #58

Open
fisadev opened this issue Sep 5, 2013 · 1 comment
Open

Fix visited nodes stat on local search #58

fisadev opened this issue Sep 5, 2013 · 1 comment

Comments

@fisadev
Copy link
Member

fisadev commented Sep 5, 2013

When using local search the choosen_node event is never raised, so visited_nodes is allways 0. How should we count "visited nodes" on algorithms like beam or genetic?

@rafacarrascosa
Copy link
Member

In my opinion, everytime that the "goodness" of a node is evaluated (either the cost of an edge or the fitness of a node) that should count as a "visited node".

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

2 participants