Distributive Partitioned Sort (DPS) is a fast internal sorting algorithm which rung in 0(n) expected time on uniformly distributed data. Unfortunately, the method is biased toward such inputs, and its performance worsens as the data become increasingly nonuniform, such as with highly skewed distributions. An adaptation of DPS, which estimates the cumulative distribution function of the input data from a randomly selected sample, was developed and tested. The method runs only Y–4 percent slower than DPS in the uniform case, but outperforms DPS by 12–13 percent on exponentially distributed data for sufficiently large files. © 1985 IEEE
Estimation of distribution algorithm (EDA) is an efficient population-based stochastic search techni...
Abstract—We consider the problems of sorting and maximum-selection of n elements using adversarial c...
AbstractIn this paper, a refined deterministic sampling strategy is presented. It allows to improve ...
Many computing problems benefit from dynamic data partitioning—dividing a large amount of data into...
A sorting algorithm is adaptive if its run time, for inputs of the same size n, varies smoothly from...
A sorting algorithm is adaptive if its run time for inputs of the same size n varies smoothly from O...
The performances of Distributive Partitioned Sort (DPS) and Quicksort are compared empirically in a ...
AbstractA new class of distributive partitioning sort algorithms is proposed, in which the number of...
Many data sets follow certain distribution patterns, such as uniform distribution, normal distributi...
We compare two algorithms for sorting out-of-core data on a distributed-memory cluster. One algorith...
An algorithm that remains in use at the core of many partitioning systems is the Kernighan-Lin algor...
This chapter serves as an introduction to estimation of distribution algorithms (EDAs). Estimation o...
Abstract The purpose of this paper is to establish some guidelines for designing effective Estimatio...
In multiprocessor systems, data parallelism is the execution of the same task on data distributed ac...
[[abstract]]The estimation of distribution algorithm (EDA) aims to explicitly model the probability ...
Estimation of distribution algorithm (EDA) is an efficient population-based stochastic search techni...
Abstract—We consider the problems of sorting and maximum-selection of n elements using adversarial c...
AbstractIn this paper, a refined deterministic sampling strategy is presented. It allows to improve ...
Many computing problems benefit from dynamic data partitioning—dividing a large amount of data into...
A sorting algorithm is adaptive if its run time, for inputs of the same size n, varies smoothly from...
A sorting algorithm is adaptive if its run time for inputs of the same size n varies smoothly from O...
The performances of Distributive Partitioned Sort (DPS) and Quicksort are compared empirically in a ...
AbstractA new class of distributive partitioning sort algorithms is proposed, in which the number of...
Many data sets follow certain distribution patterns, such as uniform distribution, normal distributi...
We compare two algorithms for sorting out-of-core data on a distributed-memory cluster. One algorith...
An algorithm that remains in use at the core of many partitioning systems is the Kernighan-Lin algor...
This chapter serves as an introduction to estimation of distribution algorithms (EDAs). Estimation o...
Abstract The purpose of this paper is to establish some guidelines for designing effective Estimatio...
In multiprocessor systems, data parallelism is the execution of the same task on data distributed ac...
[[abstract]]The estimation of distribution algorithm (EDA) aims to explicitly model the probability ...
Estimation of distribution algorithm (EDA) is an efficient population-based stochastic search techni...
Abstract—We consider the problems of sorting and maximum-selection of n elements using adversarial c...
AbstractIn this paper, a refined deterministic sampling strategy is presented. It allows to improve ...