🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Variable Neighborhood Search (VNS)

Metaheuristic based on the systematic exploration of different neighborhood structures to escape local optima and find globally optimal solutions.

📖
용어

Shaking

Random perturbation phase in VNS using a neighborhood structure to generate a starting solution far from the current local optimum.

📖
용어

Local Search

Iterative improvement phase applied after shaking to converge toward a local optimum in the neighborhood of the perturbed solution.

📖
용어

Variable Neighborhood Descent (VND)

Deterministic variant of VNS sequentially exploring different neighborhood structures until no further improvement is possible.

📖
용어

Reduced VNS

Simplified variant of VNS applying local search directly to the current solution without an intermediate shaking phase.

📖
용어

General VNS

Extended version of VNS incorporating advanced neighborhood change strategies and exploration-exploitation balancing mechanisms.

📖
용어

Skewed VNS

VNS variant introducing a bias to favor solutions distant from the reference solution, useful for avoiding premature convergence.

📖
용어

Neighborhood Change

Mechanism determining when and how to switch between different neighborhood structures based on improvement or stagnation criteria.

📖
용어

Perturbation Control

Adaptive strategy controlling the intensity of the shaking phase based on the quality of found solutions and the number of iterations without improvement.

📖
용어

Neighborhood Sequence

Predefined or dynamic order of exploring different neighborhood structures influencing the convergence and diversification of the search.

📖
용어

Variable Neighborhood Decomposition Search (VNDS)

Hybridization of VNS with decomposition techniques solving sub-problems on variable parts of the solution.

📖
용어

Multi-start VNS

Approach executing VNS from multiple different initial solutions to increase the probability of finding the global optimum.

📖
용어

Parallel VNS

Parallel implementation of VNS simultaneously exploiting multiple neighborhood structures or executing independent searches in parallel.

📖
용어

Hybrid VNS

Combination of VNS with other metaheuristics such as simulated annealing, genetic algorithms, or tabu search to improve performance.

📖
용어

Adaptive VNS

VNS variant dynamically adapting parameters and neighborhood structures based on performance history during the search.

📖
용어

Multi-objective VNS

Extension of VNS to multi-objective optimization problems managing a set of Pareto-optimal solutions with specific diversification mechanisms.

📖
용어

Dynamic Neighborhood

Approach where neighborhood structures evolve dynamically during the search according to the characteristics of the explored solution landscape.

🔍

결과를 찾을 수 없습니다