2012
DOI: 10.1016/j.scient.2012.10.034
|View full text |Cite
|
Sign up to set email alerts
|

A discrete artificial bee colony algorithm with composite mutation strategies for permutation flow shop scheduling problem

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
24
0
2

Year Published

2014
2014
2017
2017

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 44 publications
(26 citation statements)
references
References 56 publications
0
24
0
2
Order By: Relevance
“…In [29][30][31][32][33][34][35][36][37], this local search has shown its high effectiveness in obtaining the better quality solutions than the local search based on swap operators. The curial idea of this method is to compare the previous makespan with the new makespan of the sequence, which has inserted a job into all positions of the sequence.…”
Section: Perturbation and Local Search Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…In [29][30][31][32][33][34][35][36][37], this local search has shown its high effectiveness in obtaining the better quality solutions than the local search based on swap operators. The curial idea of this method is to compare the previous makespan with the new makespan of the sequence, which has inserted a job into all positions of the sequence.…”
Section: Perturbation and Local Search Methodsmentioning
confidence: 99%
“…18: 20: s i = s i ; isReplacing = true; break; 21: else 22: iterNum = iterNum + 1; 23: end if 24: end while 25: end if 26: if isReplacing = true then 27: Update the PotentialInd; 28: else 29: s i = HeavyPerturbation(s i ); 30: end if 31:…”
Section: Inputmentioning
confidence: 99%
“…There are many metaheuristic algorithms that have been implemented in flow shop scheduling problems with makespan criterion including: Simulated Annealing (SA), Genetic Algorithm (GA), Tabu Search (TS), Greedy approaches, Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), Artificial Bee Colony (ABC) algorithm, and Variable Neighborhood Search (VNS). Additionally, hybrid algorithms, combining some of these algorithms, have been developed in the literature [21]. In this paper, we choose some early constructive heuristic algorithms that have been clues for other researchers like Palmer"s [17], CDS [18], Gupta"s [19], and NEH [20] heuristics.…”
Section: Solution Methodsmentioning
confidence: 99%
“…The employed bee of an abandoned food source becomes a scout bee, and as soon as it finds a new food source, it becomes an employed bee again. The ABC algorithm is an iterative algorithm [14]. It starts by associating all employed bees with randomly generated food sources (solution).…”
Section: Scout Bee Phasementioning
confidence: 99%