2006
DOI: 10.1016/j.ijmachtools.2005.07.028
|View full text |Cite
|
Sign up to set email alerts
|

Optimization of CNC isoscallop free form surface machining using a genetic algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
24
0
1

Year Published

2011
2011
2024
2024

Publication Types

Select...
5
4

Relationship

0
9

Authors

Journals

citations
Cited by 52 publications
(25 citation statements)
references
References 21 publications
0
24
0
1
Order By: Relevance
“…5,6 A lot of research work is focused on cutting parameter optimization, which used Taguchi method, response surface methodology, neural network, genetic algorithm (GA), and so on. [6][7][8][9][10][11][12][13] Cutting performance is closely related with the static and dynamic characteristics of CNC machine tool. The levels of requirements for these characteristics are higher along with the increment of cutting performance.…”
Section: -4mentioning
confidence: 99%
“…5,6 A lot of research work is focused on cutting parameter optimization, which used Taguchi method, response surface methodology, neural network, genetic algorithm (GA), and so on. [6][7][8][9][10][11][12][13] Cutting performance is closely related with the static and dynamic characteristics of CNC machine tool. The levels of requirements for these characteristics are higher along with the increment of cutting performance.…”
Section: -4mentioning
confidence: 99%
“…It is important to note that, GA and PSO determines optimal process variable combinations for the extreme values of the responses more quickly through the competitive solutions among the potential populations. In recent past, PSO and GA has been implemented successfully for multi-objective optimization of different manufacturing related problems, such as surface grinding [32], squeeze casting [22], electro chemical machining [33], turning [34] abrasive flow machining [35], surface machining [36] etc. The parameters of evolutionary algorithms are to be modified suitably to successfully handle the multiple objective functions, which are conflict in nature [37].…”
Section: Introductionmentioning
confidence: 99%
“…Agrawal et al [13] used a genetic algorithm (GA) to minimise machining distance in iso-scallop machining of parametric surfaces. They were using the GA to find the globally optimal master cutting path from which the rest of the machining passes were derived.…”
Section: Introductionmentioning
confidence: 99%
“…Common Lisp function for evaluating the fitness of an individual 1 ;; Fitness evaluation for individual programs 2 (defun evaluate-standard-fitness (program) 3 "Evaluates a single program (argument) and reports its 4 fitness, hits, and number of moves." (squares-to-hit *number-of-squares-to-cut*)) 10 (initialise) 11 (catch :terminate-fitness-evaluation 12 (dotimes (index *maximum-number-of-moves*) 13 (when (or (>= hits squares-to-hit) 14 (>= moves-tally *maximum-number-of-moves*)) …”
mentioning
confidence: 99%