18th International Parallel and Distributed Processing Symposium, 2004. Proceedings.
DOI: 10.1109/ipdps.2004.1303331
|View full text |Cite
|
Sign up to set email alerts
|

Developing an ace solution for two-dimensional strip packing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Publication Types

Select...
1
1
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 15 publications
0
4
0
Order By: Relevance
“…After the basic GRASP/VND, a further post-optimization phase is performed using move forward and move backward operators. 1 On the other hand, a GA approach was introduced in [9] to solve the 1-PDP. The algorithm first starts by creating a population of feasible solutions using a new nearest-neighbor construction heuristic.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…After the basic GRASP/VND, a further post-optimization phase is performed using move forward and move backward operators. 1 On the other hand, a GA approach was introduced in [9] to solve the 1-PDP. The algorithm first starts by creating a population of feasible solutions using a new nearest-neighbor construction heuristic.…”
Section: Related Workmentioning
confidence: 99%
“…The SA Temperature Value: As previously mentioned, we use an SA acceptance criterion within the VNS to replace the current solution. To allow for an adaptive calculation of the SA starting temperature for each instance individually, we adopted the approach in [1]. The temperature is calculated based on the average value of ∆cost, where ∆cost is the difference in the objective value between some randomly generated solutions for the current problem instance.…”
Section: Stopping and Replacement Criteria For Individual Vns Runsmentioning
confidence: 99%
“…Ideally it is desirable to devise a scheme that is adaptable for all test cases and problem sizes, eliminating the need for (arbitrary) parameter tuning, which can be very time consuming. Following Dorband et al (2004), we created the annealing parameters for each test case individually as shown in Algorithm 1. To generate a neighboring solution s in this algorithm, a simple random swap between two different locations in s is performed.…”
Section: The Simulated Annealingmentioning
confidence: 99%
“…However, it places some difficult constraints on the programmer to find and exploit the parallelism in a program. aCe (the adaptive C extension) [5] is an excellent example of a programming language that uses explicit parallelism. In aCe, threads are treated as arrays of records.…”
Section: Explicit Parallelismmentioning
confidence: 99%