We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Solving NP-complete Problems with Metaheuristics

Formal Metadata

Title
Solving NP-complete Problems with Metaheuristics
Subtitle
An Introduction to Tabu Search, Simulated Annealing and Late Acceptance
Title of Series
Number of Parts
199
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Some scientific research problems inherently suffer from an NP-complete problem. This session will explain several meta-heuristic algorithms which can handle such problems in reasonable time. This session will also do lightning introduction of OptaPlanner, an open source Apache licensed Java library, which implements those algorithms. Specifically, these algorithms will be explained: * First Fit * First Fit Decreasing * Hill Climbing * Tabu Search * Simulated Annealing * Late Acceptance