Program optimization
  • Introduction
  • Optimization
    • Metaheuristics
      • Introduction
        • NP-Hardness Problems
        • Heuristics
        • Metaheuristics
          • Ant-Colony
          • Simulated annealing
          • Greedy randomized adaptive search procedure (GRASP)
          • tdb
      • Requeriments
      • Use Cases
        • Ant colony optimization for solving the cuadratic assignment problem
          • QAP
          • Solution
    • Lingo
      • Uses Case
        • P-median
          • History
          • Definition
          • Mathematical Model
          • Problem
          • Data
          • Result
            • M2
            • M3
            • M4
        • Goutte
          • History
          • Definition
          • Mathematical Model
          • Problem
          • Data
          • Result
        • VRoute
          • History
          • Definition
            • Problem Multi-agent Traveler
          • matematical Model
          • Problem
          • Datas
            • Data 1
            • Data 2
          • Results
        • P-Center
          • History
          • Definition
          • Mathematical Model
          • Data
          • Results
Powered by GitBook
On this page

Was this helpful?

  1. Optimization

Metaheuristics

This book have the purpose to know more about this techniques of metaheuristics to resolve problems that are consider NP-Hard. We are going to review some concept, and work with different metaheuristics and use them on differents use case such as QAP, .. , etc.

PreviousOptimizationNextIntroduction

Last updated 5 years ago

Was this helpful?