• Title/Summary/Keyword: Machine optimization

Search Result 946, Processing Time 0.032 seconds

Static Compliance Analysis & Multi-Objective Optimization of Machine Tool Structures Using Genetic Algorithm(II) (유전자 알고리듬을 이용한 공작기계구조물의 정강성 해석 및 다목적 함수 최적화(II))

  • 이영우;성활경
    • Proceedings of the Korean Society of Machine Tool Engineers Conference
    • /
    • 2001.10a
    • /
    • pp.231-236
    • /
    • 2001
  • The goal of multiphase optimization of machine structure is to obtain 1) light weight, 2) statically and dynamically rigid structure. The entire optimization process is carried out in two phases. In the first phase, multiple optimization problem with two objective functions is treated using pareto genetic algorithm. Two objective functions are weight of the structure, and static compliance. In the second phase, maximum receptance is minimized using genetic algorithm. The method is applied to design of quill type machine structure with back column.

  • PDF

Analysis and Optimization of C-frame structure of Precision Drilling and Autorivet Machine for Aircraft Assembly (항공기 조립용 고정밀 드릴링 및 리벳팅 장치의 C-frame 구조해석 및 최적화)

  • Lee, Je-Yeol;Cho, Chul-Min;Park, Chan-Woo
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.29 no.5
    • /
    • pp.538-544
    • /
    • 2012
  • In this paper, design optimization of C-frame of a precision drilling and autorivet machine has been performed. The machine, Autoriveter has been developed by Korea Aerospace Industry (KAI), For current autoriveter, it is hard to achieve high efficiency because of heavy weight of the machine. In this paper, we suggest new structure of the current C-frame, a part of autoriveter, by optimization. The result of the study can give much profit for mass-production of the machine.

Loading pattern optimization using simulated annealing and binary machine learning pre-screening

  • Ga-Hee Sim;Moon-Ghu Park;Gyu-ri Bae;Jung-Uk Sohn
    • Nuclear Engineering and Technology
    • /
    • v.56 no.5
    • /
    • pp.1672-1678
    • /
    • 2024
  • We introduce a creative approach combining machine learning with optimization techniques to enhance the optimization of the loading pattern (LP). Finding the optimal LP is a critical decision that impacts both the reload safety and the economic feasibility of the nuclear fuel cycle. While simulated annealing (SA) is a widely accepted technique to solve the LP optimization problem, it suffers from the drawback of high computational cost since LP optimization requires three-dimensional depletion calculations. In this note, we introduce a technique to tackle this issue by leveraging neural networks to filter out inappropriate patterns, thereby reducing the number of SA evaluations. We demonstrate the efficacy of our novel approach by constructing a machine learning-based optimization model for the LP data of the Korea Standard Nuclear Power Plant (OPR-1000).

Dynamic Compliance Analysis and Optimization of Machine Structures (공작기계구조물의 동강성 해석 및 동적 최적화에 관한 연구)

  • 이영우;성활경
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2001.04a
    • /
    • pp.63-66
    • /
    • 2001
  • Recently, as the demand for high efficiency, multi function machine tools is increasing, domestic machine tool industries are investing in research and development for precision machine tools with high speed. This trend is closely correlated with the design technique which is necessary to make new type machine tool compatible with new production system. To achieve high precision, high speed machine tools with reduced chatter, it is needed to develop dynamically rigid structure. In this paper, dynamic optimization of machine structure is presented. At this procedure of dynamic design, dynamic compliance is minimized using Simple Genetic Algorithm(SGA)

  • PDF

Design Optimization of the Rib Structure of a 5-Axis Multi-functional Machine Tool Considering Static Stiffness (정강성을 고려한 5축 복합가공기의 리브 구조 최적설계)

  • Kim, Seung-Gi;Kim, Ji-Hoon;Kim, Se-Ho;Youn, Jae-Woong
    • Journal of the Korean Society of Manufacturing Technology Engineers
    • /
    • v.25 no.5
    • /
    • pp.313-320
    • /
    • 2016
  • The need for high-strength, multi-axis, and multi-functional machine tools has recently increased because of part complexity and workpiece strength. However, most of the machine tool manufacturers rely on experience for a detailed design because of the shortcomings in the existing design technology. This study uses a topology optimization method to more effectively design a large multi-functional machine tool considering static stiffness. The ram, saddle, and column parts are important structures in a machine tool. Hence, they are selected for the finite element method analysis. Based on this analysis, the optimized internal rib structure for those parts is designed for desirable rigidity and weight. This structure could possibly provide the required design technology for machine tool manufacturers.

Learning of Adaptive Behavior of artificial Ant Using Classifier System (분류자 시스템을 이용한 인공개미의 적응행동의 학습)

  • 정치선;심귀보
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1998.10a
    • /
    • pp.361-367
    • /
    • 1998
  • The main two applications of the Genetic Algorithms(GA) are the optimization and the machine learning. Machine Learning has two objectives that make the complex system learn its environment and produce the proper output of a system. The machine learning using the Genetic Algorithms is called GA machine learning or genetic-based machine learning (GBML). The machine learning is different from the optimization problems in finding the rule set. In optimization problems, the population of GA should converge into the best individual because optimization problems, the population of GA should converge into the best individual because their objective is the production of the individual near the optimal solution. On the contrary, the machine learning systems need to find the set of cooperative rules. There are two methods in GBML, Michigan method and Pittsburgh method. The former is that each rule is expressed with a string, the latter is that the set of rules is coded into a string. Th classifier system of Holland is the representative model of the Michigan method. The classifier systems arrange the strength of classifiers of classifier list using the message list. In this method, the real time process and on-line learning is possible because a set of rule is adjusted on-line. A classifier system has three major components: Performance system, apportionment of credit system, rule discovery system. In this paper, we solve the food search problem with the learning and evolution of an artificial ant using the learning classifier system.

  • PDF

Virtual Machine Code Optimization using Profiling Data (프로파일링 데이터를 이용한 가상기계 코드 최적화)

  • Shin, Yang-Hoon;Yi, Chang-Hwan;Oh, Se-Man
    • The KIPS Transactions:PartA
    • /
    • v.14A no.3 s.107
    • /
    • pp.167-172
    • /
    • 2007
  • VM(Virtual Machine) can be considered as a software processor which interprets the machine code. Also, it is considered as a conceptional computer that consists of logical system configuration. But, the execution speed of VM system is much slower than that of a real processor system. So, it is very important to optimize the code for virtual machine to enhance the execution time. Especially the optimizer for a virtual machine code on embedded devices requires the highly efficient performance to the ordinary optimizer in the respect to the optimized ratio about cost. Fundamentally, functions and basic blocks which influence the execution time of virtual machine is found, and then an optimization for them nay get the high efficiency. In this paper, we designed and implemented the optimizer for the virtual(or abstract) machine code(VMC) using profiling. Firstly, we defined the profiling information which is necessary to the optimization of VMC. The information can be obtained from dynamically executing the machine code. And we implemented VMC optimizer using the profiling information. In our implementation, the VMC is SIL(Standard Intermediate Language) that is an intermediate code of EVM(Embedded Virtual Machine). Also, we tried a benchmark test for the VMC optimizer and obtained reasonable results.

Optimal Graph Partitioning by Boltzmann Machine (Boltzmann Machine을 이용한 그래프의 최적분할)

  • Lee, Jong-Hee;Kim, Jin-Ho;Park, Heung-Moon
    • Journal of the Korean Institute of Telematics and Electronics
    • /
    • v.27 no.7
    • /
    • pp.1025-1032
    • /
    • 1990
  • We proposed a neural network energy function for the optimal graph partitioning and its optimization method using Boltzmann Machine. We composed a Boltzmann Machine with the proposed neural network energy function, and the simulation results show that we can obtain an optimal solution with the energy function parameters of A=50, B=5, c=14 and D=10, at the Boltzmann Machine parameters of To=80 and \ulcorner0.07 for a 6-node 3-partition problem. As a result, the proposed energy function and optimization parameters are proved to be feasible for the optimal graph partitioning.

  • PDF

Classification of Induction Machine Faults using Time Frequency Representation and Particle Swarm Optimization

  • Medoued, A.;Lebaroud, A.;Laifa, A.;Sayad, D.
    • Journal of Electrical Engineering and Technology
    • /
    • v.9 no.1
    • /
    • pp.170-177
    • /
    • 2014
  • This paper presents a new method of classification of the induction machine faults using Time Frequency Representation, Particle Swarm Optimization and artificial neural network. The essence of the feature extraction is to project from faulty machine to a low size signal time-frequency representation (TFR), which is deliberately designed for maximizing the separability between classes, a distinct TFR is designed for each class. The feature vectors size is optimized using Particle Swarm Optimization method (PSO). The classifier is designed using an artificial neural network. This method allows an accurate classification independently of load level. The introduction of the PSO in the classification procedure has given good results using the reduced size of the feature vectors obtained by the optimization process. These results are validated on a 5.5-kW induction motor test bench.

Structural Design Optimization of a Wafer Grinding Machine for Lightweight and Minimum Compliance Using Genetic Algorithm (유전자 알고리듬 기반 다단계 최적설계 방법을 이용한 웨이퍼 단면 연삭기 구조물의 경량 고강성화 최적설계)

  • Park H.M.;Choi Y.H.;Choi S.J.;Ha S.B.;Kwak C.Y.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2005.06a
    • /
    • pp.81-85
    • /
    • 2005
  • In this paper, the structural design optimization of a wafer grinding machine using a multi-step optimization with genetic algorithm is presented. The design problem, in this study, is to find out the optimum configuration and dimensions of structural members which minimize the static compliance, the dynamic compliance, and the weight of the machine structure simultaneously under several design constraints. The first design step is shape optimization, in which the best structural configuration is found by getting rid of structural members that have no contributions to the design objectives from the given initial design configuration. The second and third steps are sizing optimization. The second design step gives a set of good design solutions having higher fitness for lightweight and minimum static compliance. Finally the best solution, which has minimum dynamic compliance and weight, is extracted among those good solution set. The proposed design optimization method was successfully applied to the structural design optimization of a high precision wafer grinding machine. After optimization, both static and dynamic compliances are reduced more than $92\%\;and\;93\%$ compared with the initial design, which was designed empirically by experienced engineers. Moreover the weight of the optimized structure are also slightly reduced than before.

  • PDF