A Genetic Algorithm for Turning Operation Optimization: Coding and Testing

DOI : 10.17577/IJERTCONV3IS32019

Download Full-Text PDF Cite this Publication

Text Only Version

A Genetic Algorithm for Turning Operation Optimization: Coding and Testing

Sarat Krishna1

1Mtech Student, Computer Integrated Manufacturing Musaliar College of Engineering and Technology, Pathanamthitta, Kerala, India

Abstract: The industry today needs manufacturing operations of high production rate and economical machining to cope up with the changing trends and competition in the field. Optimization of turning operation is studied in this work and a Genetic Algorithm technique is developed and coded, so that further development can be done according to the area of implementation. The main aim of this work is the economical machining, ie., optimum tool life with maximum material removal rate, so the machining time can be reduced. For that, a high performance Genetic algorithm is aimed to develop to suit the various optimization problems in the Turning process and a comparative study will be done with Genetic algorithm toolbox in the Matlab software. The coded algorithm will be implemented in testing different experiments using different work material- tool combinations in future.

  1. INTRODUCTION

    The industry today needs manufacturing operations of high production rate and economical machining to cope up with the changing trends and competition in the field. Even in the new era of Computer Numerical Control machines, the basic mechanical aspects of machining are determined by the humans itself and directed the machines to do the same. But currently, the field is transforming into an artificial intelligent level and so machines would be intelligent enough to identify the needs of the product to be manufactured. But that kind of technology is having high cost at the present stage and is practically unavailable at the time. So, developing advanced automation systems in the manufacturing field is a goal of the research now. The term Smart Manufacturing refers to the use of Information Technology at various application levels within the manufacturing systems in order to achieve optimized process, high efficiency and increased profit.

    As a step towards the above mentioned goal, optimization of machining process is studied in this work and a Genetic Algorithm technique is developed and coded, so that further development can be done according to the area of implementation. As a case study, a turning process in a CNC lathe is considered with given set of Work piece material and Tool material with some operational constraints. The main aim of this process is the economical machining, ie., optimum tool life with maximum material removal rate, so the machining time can be reduced.

    The Genetic Algorithm techniques is a heuristic optimization technique that mimics the evolution process in the nature, ie., survival of the fittest. The algorithm is

    highly flexible so that different kinds of it can be developed, changing is performance. The aim of this work is to develop a high performance Genetic algorithm to suit the various optimization problems in the Turning process and a comparative study will be done with Genetic algorithm toolbox in the Matlab software.

  2. TURNING PROCESS

    Turning is a metal cutting process used for the generation of cylindrical surfaces. Typically the work piece is rotated on a spindle and the tool is fed into it radially, axially or both ways simultaneously to give the required surface. The term turning, in the general sense, refers to the generation of any cylindrical surface with a single point tool. More specifically, it is often applied just to the generation of external cylindrical surfaces oriented primarily parallel to the work piece axis. The generation of surfaces oriented primarily perpendicular to the work piece axis are called facing. In turning, the direction of the feeding motion is predominantly axial with respect to the machine spindle. In facing a radial feed is dominant. Tapered and contoured surfaces require both modes of tool feed at the same time often referred to as profiling.

    Operating conditions control three important metal cutting variables: metal removal rate, tool life and surface finish. Correct operating conditions must be selected to balance these three variables and to achieve the minimum machining cost per piece, the maximum production rate and/or the best surface finish whichever is desirable for a particular operation.

  3. GENETIC ALGORITHM

Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover In a genetic algorithm, a population of candidate solutions (called individuals, creatures, or phenotypes) to an optimization problem is evolved toward better solutions. Each candidate solution has a set of properties (its chromosomes or genotype) which can be mutated and altered; traditionally, solutions are represented in binary as strings of 0s and 1s, but other encodings are also possible. The evolution usually starts from a population of randomly generated individuals, and is an iterative process, with the

population in each iteration called a generation. In each generation, the fitness of every individual in the population is evaluated; the fitness is usually the value of the objective function in the optimization problem being solved. The more fit individuals are stochastically selected from the current population, and each individual's genome is modified (recombined and possibly randomly mutated) to form a new generation. The new generation of candidate solutions is then used in the next iteration of the algorithm.

Commonly, the algorithm terminates when either a maximum number of generations has been produced, or a satisfactory fitness level has been reached for the population. A typical genetic algorithm requires:

  1. A genetic representation of the solution domain.

  2. A fitness function to evaluate the solution domain.

    1. OPTIMIZATION

      Optimization or mathematical optimization is the selection of a best element from some set of available alternatives. An optimization problem consists of maximizing or minimizing a real function by systematically choosing input values from within an allowed set and computing the value of the function.. More generally, optimization includes finding "best available" values of some objective function given a defined domain or a set of constraints, including a variety of different types of objective functions and different types of domains.

    2. METHODOLOGY OF DEVELOPING GA

      The work is aimed at developing a Genetic Algorithm(GA) which can be applied to optimize the turning process parameters to obtain maximum material removal rate. Even though it is initially developed for turning process parameter optimization, it can be easily applied to any optimization problems. This is applicable to a wide range of work material-tool combinations and so the effort made in developing the technique is worth it. The Genetic algorithm for optimizing the turning process is coded in Java considering the following factors.

      Taylor's Tool Life Equation

      V Tn Dx Fy = C

      where V = Cutting Speed , T = Tool Life , D = Depth of Cut , F = Feed Rate

      Material Removal Rate

      MRR = V x F x D

      where V = Cutting Speed = ( d N) / 60 mm/s, F = Feed rate, D = Depth of Cut

      The Machinerys handbook gives the optimum value of speed and feed combination for maximum tool life. As it is explained, the values are considered with maximum tool life, it may not be the optimum value fr maximum material removal rate. So the purpose of this work is to search the possible values of feed, speed and depth of cut in accordance to the Machinerys handbook, which ensures the maximum tool life. So, in fact, it is a

      local search at some pre-determined range of values for the cutting parameters.

      Problem Formulation

      Maximum amount of material removed per tool

      A = T x MRR (need to Maximize A)

      where A = Amount of material removed , T = Tool Life, MRR = Material Removal Rate

      GA Development

      The following criteria has been followed while developing the genetic algorithm. The coding has been done in Java programming language.

      Initial population size : 8

      Chromosome string size : 8bit

      Initial population generator : Pseudo Random Number Generator

      Crossover type : Single Point crossover Crossover point selection : Random Termination criteria : After 2000 iterations

    3. RESULTS

After coding the algorithm, different simple test functions like polynomial equations has been solved using the program. The results of the test were impressive, most of the equations got converged at the desired solution. Yet, the algorithm needed to be improvised in order to get consistent solutions.

As a concluding test, Rastrigin function is planned to be tested soon, which is a popular test function. After that, it will be implemented in testing different experiments using different work material- tool combinations.

ACKNOWLEDGEMENT

I would like to express my sincere gratitude to Prof. Ninan Chacko, Head of the Mechanical Engineering Department, MCET Pathanamthitta, for providing the required facilities for my work. I express my sincere thanks to my guides Asst Prof. Smitha G Nair, Asst Prof. Ajith John Varghese, Asst Prof. Shamna S for providing me the guidance and technical support throughout the work.

REFERENCES

  1. N.Zeelan Basha, G.Mahesh, N.Muthuprakash (2013), Optimization of CNC Turning Process Parameters on ALUMINIUM 6061 Using Genetic Algorithm, International Journal of Science and Modern Engineering (IJISME), ISSN: 2319-6386, Volume-1, Issue-9.

  2. K Saravanakumar, M R Pratheesh Kumar, Dr.A K Shaik Dawood (2012), Optimization of CNC Turning Process Parameters on INCONEL 718 Using Genetic Algorithm, IRACST Engineering Science and Technology: An International Journal (ESTIJ), ISSN: 2250-3498, Vol.2, No. 4.

  3. Poornima, Sukumar, (2012), Optimization Of Machining Parameters In Cnc Turning Of Martensitic Stainless Steel Using Rsm And Ga, International Journal of Modern Engineering Research (IJMER), Vol.2, Issue.2, ISSN: 2249-6645.

  4. K. Adarsh Kumar et al, (2008), Optimization Of Surface Roughness In Face Turning Operation In Machining Of En-8, IJESAT- International Journal Of Engineering Science & Advanced Technology, Volume-2, Issue-4, ISSN: 22503676.

  5. Kulankara Krishnakumar, Shreyes N. Melkote, (2000), Machining fixture layout optimization using the genetic Algorithm, International Journal of Machine Tools & Manufacture, 40 (2000) 579598.

  6. Ranganath M S, Vipin, Harshit, (2014), Optimization of Process Parameters in Turning Operation Using Response Surface Methodology : A Review, IJETAE -International Journal of Emerging Technology and Advanced Engineering, Volume 4, Issue 10, ISSN 2250-2459.

  7. M. Kaladhar, K. Venkata Subbaiah, Ch. Srinivasa Rao and K. Narayana Rao, (2010), Optimization Of Process Parameters In Turning Of Aisi202 Austenitic Stainless Steel, ARPN-Journal of Engineering and Applied Sciences.

  8. Adnan Jameel, Mohamad Minhat, Md. Nizam, (2013), Using Using Genetic Algorithm to Optimize Machining Parameters in Turning Operation : A review, International Journal of Scientific and Research Publications, Volume 3, Issue 5, ISSN 2250-3153.

Leave a Reply