Related Experiment Video
Updated: Oct 25, 2025

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
2.7K
Evaluation of Heuristics for the P-Median Problem: Scale and Spatial Demand Distribution
Harsha Gwalani1, Chetan Tiwari2, Armin R Mikler3
1Department of Computer Science and Engineering, University Of North Texas, Denton, Texas, USA.
Summary
This study evaluates heuristic algorithms for the p-median problem, finding interchange algorithms effective for facility location. They offer good solutions, fast execution, and stability, especially for clustered destination data.
Area of Science:
- Operations Research
- Computational Optimization
- Spatial Analysis
Background:
- The p-median problem aims to optimize facility location by minimizing average distances between sources and destinations.
- Heuristic algorithms are commonly used to address this complex facility location problem.
Purpose of the Study:
- To comprehensively evaluate existing heuristic algorithms for the p-median problem.
- To analyze the impact of destination spatial distribution and problem scale on algorithm performance.
- To assess algorithm effectiveness for real-world applications like bio-emergency resource distribution.
Main Methods:
- Evaluation of classic heuristic algorithms using synthetic and real-world datasets.
- Performance metrics include objective function value, solution time, and solution stability.
- Analysis of algorithm sensitivity to destination distribution and problem size.
Main Results:
- Interchange algorithms demonstrate high-quality solutions concerning execution time and cost.
- These algorithms exhibit greater stability, particularly with clustered destination distributions.
- Performance is sensitive to spatial distribution and problem scale across evaluated metrics.
Conclusions:
- Interchange algorithms are recommended for the p-median problem due to their efficiency and stability.
- Understanding the influence of spatial data is crucial for selecting appropriate facility location algorithms.
- The findings are applicable to practical scenarios such as optimizing emergency resource deployment.
More Related Videos
Related Concept Videos
The Availability Heuristic
6.7K
A heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. Different types of heuristics are used in different types of situations, and the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):
6.7K
Heuristics
201
Heuristics are problem-solving strategies that use mental shortcuts to simplify decision-making. Unlike algorithms, which must be followed precisely to achieve a correct result, heuristics offer a general problem-solving framework. They save time and energy but can sometimes lead to less rational decisions.
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
201
The Representativeness Heuristic
16.4K
The representative heuristic describes a biased way of thinking, in which you unintentionally stereotype someone or something. For example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.
16.4K
Manipulation and Analysis
118
GIS manipulation and analysis functions are vital for decision-making and planning. These activities range from data retrieval tasks, such as selecting information based on specific criteria, to advanced analytical techniques that address complex spatial problems.One critical GIS analysis method is overlaying, which combines multiple data layers to examine impacts. For example, overlaying a river-dammed lake boundary with road networks can identify affected infrastructure. Another common...
118
Midrange
3.9K
A somewhat easy to compute quantitative estimate of a data set’s central tendency is its midrange, which is defined as the mean of the minimum and maximum values of an ordered data set.
Simply put, the midrange is half of the data set’s range. Similar to the mean, the midrange is sensitive to the extreme values and hence the prospective outliers. However, unlike the mean, the midrange is not sensitive to all the values of the data set that lie in the middle. Thus, it is prone to...
Simply put, the midrange is half of the data set’s range. Similar to the mean, the midrange is sensitive to the extreme values and hence the prospective outliers. However, unlike the mean, the midrange is not sensitive to all the values of the data set that lie in the middle. Thus, it is prone to...
3.9K
Median
24.3K
Besides mean, the median is a widely used measure of central tendency. Typically, median is defined as the central or middle value of a data set, measured by arranging the data elements in an increasing or decreasing order. Since this middle value is not affected by the precise numerical values of the outliers or fluctuations, it is insensitive to them. Hence, in cases where a data set may have outliers or the extreme values are not known, the median is a better measure of the central tendency...
24.3K

