You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the A-FVS algorithm is the default local search. First it checks if the objective function value can be reduced by "breaking" the critical allocation, then it iterates the closed facilities. If a swap reduces the objective function, the procedure repeats.
The A-FVS should be checked and see if it can be improved by reducing steps, refactoring code or using other data structures.
The text was updated successfully, but these errors were encountered:
Currently the A-FVS algorithm is the default local search. First it checks if the objective function value can be reduced by "breaking" the critical allocation, then it iterates the closed facilities. If a swap reduces the objective function, the procedure repeats.
The A-FVS should be checked and see if it can be improved by reducing steps, refactoring code or using other data structures.
The text was updated successfully, but these errors were encountered: