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

In GVNSs module vnd! is called before use_vnd flag is set #5

Closed
jamesmulhern opened this issue Nov 24, 2023 · 1 comment
Closed

In GVNSs module vnd! is called before use_vnd flag is set #5

jamesmulhern opened this issue Nov 24, 2023 · 1 comment

Comments

@jamesmulhern
Copy link

In the GVNS function there is a flag called use_vnd that will eliminate the vnd call from the GVNS loop. This should allow for utilization of the GVNS function as a local search.

The issue is that vnd! is called on line 91 as part of the if statement. This results in an infinite loop when gvns.meths_li = MHMethod[].

@graidl graidl closed this as completed in 0f04c5a Nov 29, 2023
@graidl
Copy link
Collaborator

graidl commented Nov 29, 2023

Thanks for pointing out this issue! It is fixed in the new version.

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