VNS
Variable Neighborhood Search (VNS) is a metaheuristic for solving combinatorial and global optimization problems. It was introduced in the 1990s by Hansen and Mladenović as a flexible framework that enhances local search by systematically changing the neighborhood structures around a current solution. The central idea is that different neighborhoods provide complementary views of the search space, helping to escape local optima.
The method starts with an initial feasible solution and a predefined set of neighborhoods. At each step,
VND, or Variable Neighborhood Descent, is a deterministic specialization of VNS where a sequence of neighborhoods
Applications of VNS span a range of combinatorial problems, including the travelling salesman problem, vehicle routing,