NEAREST NEIGHBOR ALGORITHMS

Size: px
Start display at page:

Download "NEAREST NEIGHBOR ALGORITHMS"

Transcription

1 PREDICTING THE SEVERITY OF NUCLEAR POWER PLANT TRANSIENTS BY USING GENETIC AND NEAREST NEIGHBOR ALGORITHMS JIE LIN,*YAIR BARTAL, AND ROBERT E. UHRIG Instnunentation & Controls Division Oak Ridge National Laboratoryt Oak Ridge, TN To be presented at ANNIE'94, November 13-16,1994 St. Louis, Missouri "Currently with Energy Division, Oak Ridge National Laboratory,Oak Ridge, TN tmanaged by Martin Marietta Energy Systems, Inc., for the U.S. Depaxtment of Energy under contract DE-AC05-84QR21400.

2 DISCLAIMER Portions of this document may be illegible in electronic image products. images are produced from the best available original document.

3 PREDICTING THE SEVERITY OF NUCLEAR POWER PLANT TRANSIENTS BY USING GENETIC AND NEAREST NEIGHBOR ALGORITHMS JIE LIN,* YAIR BARTAL, AND ROBERT E. UHRIG lnstrumentaiion & Controls Division Oak Ridge Narional Laboratory 0u.kRidge, TN ABSTRACT: Nuclear power plant status is monitored by a human operator. To enhance the operator s capability to diagnose the nuclear power plant status in case of a transient, several systems were developed to identify the type of the transient. Few of them addressed the further question: how severe is the transient? In this paper, we explore the possibility of predicting the severity of a transient using genetic algorithms and nearest neighbor algorithms after its type has been identified. INTRODUCTION Nuclear power plants are complex systems. Safety issues of nuclear energy use are of great concern, especially since the Three Mile Island nuclear power plant accident. Early detection and identification of transients are very important to the safe use of nuclear reactors r1-31. In order to properly assess a transient, it is important to predict its severiiy. In this paper, we explore the possibility of predicting the severity of several transients. NUCLEAR POWER PLANT DATA SPECIFICATION Since reactor transients cannot be introduced in a nuclear power plant for studies, the best alternative is to use a high fidelity nuclear power plant simulator to provide transient data. The San Onofre unit 1 simulator, which simulates a 3 loop 436 Mw Westinghouse reactor, was chosen as the source of transient data. The simulator was run for each transient test at a steady state condition for about one minute. Then a specific transient was introduced which lasted for the next four minutes. In each run, 76 different variables were sampled five times per second. Most of these variables correspond to readings of instruments in the control room. For each specific transient, these variables change differently and there exists a subset of these variables which can best identify the transient and its severity. This subset of variables is called the most important variable set for a specific transient. *Currently with Energy Division, Oak Rage National Laboratory, Oak Ridge, TN tmanaged by Martin Marietta Energy Systems, Inc., for the U.S. Department of Energy d e r contract DE-AC05-840R21400.

4 Following are the seven transient types chosen: 1. Steam generator tube rupture 2. Hot leg loss of coolant accident 3. Cold leg loss of coolant accident 4. Main steam line break inside containment 5. Main steam line break outside containment 6. Feed water line break inside containment 7. Feed water line break outside containment There are six severity levels of leakage for each transient type: 0.1 gpm (gallons per minute), 1 gpm, 10 gpm, 100 gpm, lo00 gpm and 0 to 1 gpm ramp increase leakages. Genetic algorithms are massively parallel search and optimization techniques [4,5]. The principle behind genetic algorithms is Darwinian natural selection theory and natural genetics. In the use of genetic algorithms, possible solutions are e n d e d into bit strings to form a population that is generated randomly. Though none of these strings is assumed to be close to the optimal solution, the optimal string may be hidden in pieces of bits in these bit strings. Each string has a fitness value as an index of its value to an optimal solution. By means of reproduction biased by the fitness factor, crossover and mutation, the average fitness of each generation will be better than that of the previous generation. Eventually, the fittest bit string which is born will be a near optimal solution. Because genetic algorithms require only fitness information, they are ideal candidates to be used to search for the most important variables. SEARCH FUR THE MOST IMPORTANT VARIABLES In order to find the most important variables for a specific transient, a Similarity Based Formula (SBF) is used as a criteria to measure the similarity of two patterns. The SBF is based on the similarity and nearest neighborhood of patterns [6]. For each transient type, 20 patterns are sampled evenly distributed from each of the above six different severity level data. These 120 patterns are used to form a historical database. Then, 20 different patterns are sampled evenly distributed from each of the above six different severity level data. These 120 patterns are used to form an observed database. To predict the leakage value corresponding to each pattern in the observed database, the leakage values associated with the two most similar patterns in the historical database are used. Since not all the 76 variables have the same influence over the prediction of the leakage rates, a genetic algorithm is used to find the most important variables. A 76 bit string which represents the 76 variables in the transient data is used to encode the solution. The similarity, 4, of two patterns xi=(xzi...xu...) and x k = ( x z k...x ~... is: )

5 A value of 2p = 0 indicates maximum similarity, which occurs when the two patterns are identical. &k can be thought as a distance between two patterns. The value c, is equal to either 0 or 1 which is generated by the genetic algorithm and determines which variables participate in the calculation [7,8]. The exponents, 114 and 5 are determined by trial and error. When the two most similar patterns in the historical database are found for a specific pattern in the observed database, their two corresponding distance values bfl) and $kq) are available too. The following formula which is a weighted linear interpolation is used to predict the leakage value of the pattern in the observed database: where yl and y2 are the leakage values associated with the two most similar patterns in the historical database. The genetic algorithm fitness function is defined as follows: wherep, is the predicted leakage value, 0, is the actual leakage value, and 120 is the number of patterns in the observed database. 0, is used in the denominator to ensure the prediction accuracy for smaller leakages. Genetic algorithms are efficient for broad search. After tens of generations, the bit strings in each generation look similar. At that time the genetic algorithms are not efficient to search further. A local search technique called leave-one-out is used to improve the search efficiency. For example, in some generation, variables 1,2,3,4,5 are found by genetic algorithms as the most important variable set so far. Its fitness fbnction value is& Now we use the subset (2,3,4,5), (1,3,4,5), (1,2,4,5), (1,2,3,5), and (1,2,3,4) to make predictions using equations (1) and (2) and calculate their fitness function valuesf,, fi, A, fr andfs respectively using equation (3). If& is the smallest among fr, fi,fj,fi andfs, we use variables 1,2,3,4 as a new starting point, whose fitness function value becomes newf,, and do the local search again untilf,

6 stops decreasing. This technique is very effective to reduce the number of variables after genetic algorithm search for each generation. RESULTS OF TRANSIENT SEVERITY PREDICTIONS Genetic algorithms search is computational intensive. For this particular problem, it took 24 hours to find the most important variable set for one transient type on a PC486DX2/50. With a minor modification, the genetic algorithm was ported to the KSR1-64 supercomputer which has 64 processors. Each KSR1-64 processor is twice as fast as the PC486DX2/50. Figure 1 is the genetic algorithm search speed benchmark test. From this figure it is seen clearly that the KSR1-64 running speed increased linearly when more and more processors were used. This means that our parallel implementation of the genetic algorithm achieved good load balance on each processor. By using 40 processors in parallel, it took only about 20 minutes to complete the same computation. The most important variable sets found by the genetic algorithm varied from one transient type to another. The number of variables in the most important variable sets varied from 7 to 24 out of the original 76 variables. To predict the transient severity levels, a new database was prepared for each transient. From each of the above six severity level data, 50 patterns are sampled to form a transient severity database where there are 300 patterns. For each presented pattern of a known transient type, we used the similarity based formula (equation (1)) and its most important variable set to find two nearest neighbors from its transient severity database. Then we used the interpolation formula (equation (2)) to predict the leakage corresponding to the presented pattem. Figure 2 is the predicted result for one transient type. For the rest of the transient types, the results are similar. From this figure, one can see clearly that the predicted leakages are very close to the actual leakages except in the beginning of the transient. As far as feasibility is concerned, this system is implemented in a PC486DXU50 with a prediction speed as fast as 0.05 second per prediction which is fast enough in real situation. As a comparison, we used the historid database to train a backpropagation family neural network with 76 input nodes, 5 to 10 hidden nodes (one hidden layer) and 1 output node. After the training, we used the observed database to test the neural network. The test result is not good for the large leakage patterns. For the smallest leakage patterns, some predicted leakages became negative which are impossible in reality. CONCLUSIONS Genetic algorithms are very robust search techniques. They have been used here to find the most important variable sets which are necessacy for the accurate predictions. The combmtion of the SBF and the most important variable sets has proved to be an effective appxvach to the detection and quantification of leaks. One advantage of this approach is that the predicted results are traceable. One can trace to the specific patterns in the historical database which contributed to the predicted results. Another advantage of this approach is that no training is involved.

7 ACKNOWLEDGMENT The authors would like to thank, 4 y Ryan an Stan Chan of Ryan Nuclear, Inc. for providing data from their San Onofre Nuclear Power Plant Simulator as well as technical advice. REFERENCES [l] Uhrig, R. and Guo, 2. (1989). "Useof Neural Networks to Identify Transient Operation Conditions in Nuclear Power Plants", l 3 m x d q p of Tnternational nn Ava in,madrid, Spain, April 10-14, [2] Wett,E. and Uhrig, R. (1992). "Nuclear Power Plant Status Diagnostics Using an Artiiicial Neural Network",,Vol. 97,pp ,March [3] Bartal, Y., Lin, J., Uhrig, R. (1993). "Nuclear Power Plants Transient Diagnostics Using Artificial Neural Networks", f l,-.. Volume 3. ASME press.... in [4] David E. Goldberg (1989). leaming. Reading, Mass.Addison-Wesley Publishing Co. [5] Lawrence Davis (1991). Handhnok nf Van Nostrand Reinhold., Elsevier Scientific Pub. Co. [6] Legendre, L. (1983). [7J Kelly, J. and Davis, L. (1991). "Hybridizing the Genetic Algorithm and the K Nearest Neighbors Classification Algorithm", l?mxdqy of the F d 1 Morgan Kaufman, Publishers, [SI Punch, W.,Goodman, E., Pei, M.,Lai, C., Hovland, P., and Enbody, R. (1993). "Further Research on Feature Selection and Classification Using Genetic Algorithms", J h x x d i n ~ m Algodmu, Morgan Kaufman Publishers, Number of Processors Used Figure 1 The genetic algorithm running speed benchmark on Genetic

8 severity gpn (0.015 bds) severity - 10 gpm (1.5 W S ) severity I Severity O 00 - Time (second) severity lo00 gpm (150 b d s ) The discontinuity here indicates the plant trip gpm (0.15 b d s ) Time (second) gpm (15 l b d s ) e r n r n0 Tlme (second) Severity - ramp increase to 1.0 gpm (0.15 buds) Figure 2 The transient severity predictions of the steam generator tube rupture

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1)

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1) Lecture 36 GENETIC ALGORITHM (1) Outline What is a Genetic Algorithm? An Example Components of a Genetic Algorithm Representation of gene Selection Criteria Reproduction Rules Cross-over Mutation Potential

More information

Genetic Algorithms for Optimizations

Genetic Algorithms for Optimizations Genetic Algorithms for Optimizations 1. Introduction Genetic Algorithms (GAs) are developed to mimic some of the processes observed in natural evolution. GAs use the concept of Darwin's theory of evolution

More information

Genetic Algorithm for Variable Selection. Genetic Algorithms Step by Step. Genetic Algorithm (Holland) Flowchart of GA

Genetic Algorithm for Variable Selection. Genetic Algorithms Step by Step. Genetic Algorithm (Holland) Flowchart of GA http://www.spectroscopynow.com http://ib-poland.virtualave.net/ee/genetic1/3geneticalgorithms.htm http://www.uni-mainz.de/~frosc000/fbg_po3.html relative intensity Genetic Algorithm for Variable Selection

More information

Station Blackout Analysis for a 3-Loop Westinghouse PWR Reactor Using TRACE

Station Blackout Analysis for a 3-Loop Westinghouse PWR Reactor Using TRACE The Egyptian Arab Journal of Nuclear Sciences and Applications Society of Nuclear Vol 50, 3, (229-239) 2017 Sciences and Applications ISSN 1110-0451 Web site: esnsa-eg.com (ESNSA) Station Blackout Analysis

More information

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2012 Farzaneh Abdollahi Computational

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

CapSel GA Genetic Algorithms.

CapSel GA Genetic Algorithms. CapSel GA - 01 Genetic Algorithms keppens@rijnh.nl Typical usage: optimization problems both minimization and maximization of complicated functions completely standard problem with non-standard solution

More information

Simulation of thermal hydraulics accidental transients: evaluation of MAAP5.02 versus CATHAREv2.5

Simulation of thermal hydraulics accidental transients: evaluation of MAAP5.02 versus CATHAREv2.5 1/12 Simulation of thermal hydraulics accidental transients: evaluation of MAAP5.02 versus CATHAREv2.5 J. Bittan¹ 1) EDF R&D, Clamart (F) Summary MAAP is a deterministic code developed by EPRI that can

More information

An introduction to genetic algorithms for neural networks

An introduction to genetic algorithms for neural networks An introduction to genetic algorithms for neural networks Richard Kemp 1 Introduction Once a neural network model has been created, it is frequently desirable to use the model backwards and identify sets

More information

Bio-inspired Active Vision. Martin Peniak, Ron Babich, John Tran and Davide Marocco

Bio-inspired Active Vision. Martin Peniak, Ron Babich, John Tran and Davide Marocco Bio-inspired Active Vision Martin Peniak, Ron Babich, John Tran and Davide Marocco GPU Computing Lab Traditional Computer Vision 3 Traditional Computer Vision Teaching a computer to classify objects has

More information

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION M. Kavoosi 1, B.shafiee 2 1 Department of Computer Engineering, Izeh Branch, Islamic Azad University, Izeh, Iran 1 E-mail address: Hakavoosi@yahoo.com

More information

Processor Scheduling Algorithms in Environment of Genetics

Processor Scheduling Algorithms in Environment of Genetics Processor Scheduling Algorithms in Environment of Genetics Randeep Department of Computer Science and Engineering R.N. College of Engg. & Technology Haryana, India randeepravish@gmail.com Abstract The

More information

Feature Selection for Predictive Modelling - a Needle in a Haystack Problem

Feature Selection for Predictive Modelling - a Needle in a Haystack Problem Paper AB07 Feature Selection for Predictive Modelling - a Needle in a Haystack Problem Munshi Imran Hossain, Cytel Statistical Software & Services Pvt. Ltd., Pune, India Sudipta Basu, Cytel Statistical

More information

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA , June 30 - July 2, 2010, London, U.K. Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA Imran Ali Chaudhry, Sultan Mahmood and Riaz

More information

From Genetics to Genetic Algorithms

From Genetics to Genetic Algorithms From Genetics to Genetic Algorithms Solution to Optimisation Problems Using Natural Systems Jitendra R Raol and Abhijit Jalisatgi Genetic algorithms are search procedures inspired by natural selection

More information

Evolutionary Algorithms for Fire and Rescue Service Decision Making

Evolutionary Algorithms for Fire and Rescue Service Decision Making Evolutionary Algorithms for Fire and Rescue Service Decision Making Dr. Alastair Clarke Prof. John Miles Prof. Yacine Rezgui Cardiff School of Engineering Contents Introduction Problem scale Evolutionary

More information

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment Genetic Algorithms Sesi 14 Optimization Techniques Mathematical Programming Network Analysis Branch & Bound Simulated Annealing Tabu Search Classes of Search Techniques Calculus Base Techniqes Fibonacci

More information

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree A. SADEGHEIH Department of Industrial Engineering University of Yazd, P.O.Box: 89195-741 IRAN, YAZD

More information

Genetic Algorithm and Application in training Multilayer Perceptron Model

Genetic Algorithm and Application in training Multilayer Perceptron Model Genetic Algorithm and Application in training Multilayer Perceptron Model Tuan Dung Lai Faculty of Science, Engineering and Technology Swinburne University of Technology Hawthorn, Victoria 3122 Email:

More information

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization CECÍLIA REIS 1,2, LEONARDO PAIVA 2, JORGE MOUTINHO 2, VIRIATO M. MARQUES 1,3 1 GECAD Knowledge Engineering and Decision Support

More information

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants I. Bertini 1, M. De Felice 1,2, S. Pizzuti 1 1- ENEA (Italian Energy

More information

Autonomous Control for Generation IV Nuclear Plants

Autonomous Control for Generation IV Nuclear Plants Autonomous Control for Generation IV Nuclear Plants R. T. Wood E-mail: woodrt@ornl.gov C. Ray Brittain E-mail: brittaincr@ornl.gov Jose March-Leuba E-mail: marchleubaja@ornl.gov James A. Mullens E-mail:

More information

VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY. A seminar report on GENETIC ALGORITHMS.

VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY. A seminar report on GENETIC ALGORITHMS. VISHVESHWARAIAH TECHNOLOGICAL UNIVERSITY S.D.M COLLEGE OF ENGINEERING AND TECHNOLOGY A seminar report on GENETIC ALGORITHMS Submitted by Pranesh S S 2SD06CS061 8 th semester DEPARTMENT OF COMPUTER SCIENCE

More information

Genetic Algorithm: A Search of Complex Spaces

Genetic Algorithm: A Search of Complex Spaces Genetic Algorithm: A Search of Complex Spaces Namita Khurana, Anju Rathi, Akshatha.P.S Lecturer in Department of (CSE/IT) KIIT College of Engg., Maruti Kunj, Sohna Road, Gurgaon, India ABSTRACT Living

More information

An Improved Genetic Algorithm for Generation Expansion Planning

An Improved Genetic Algorithm for Generation Expansion Planning 916 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 15, NO. 3, AUGUST 2000 An Improved Genetic Algorithm for Generation Expansion Planning Jong-Bae Park, Young-Moon Park, Jong-Ryul Won, and Kwang Y. Lee Abstract

More information

RELAP 5 ANALYSIS OF PACTEL PRIMARY-TO-SECONDARY LEAKAGE EXPERIMENT PSL-07

RELAP 5 ANALYSIS OF PACTEL PRIMARY-TO-SECONDARY LEAKAGE EXPERIMENT PSL-07 Fifth International Seminar on Horizontal Steam Generators 22 March 21, Lappeenranta, Finland. 5 ANALYSIS OF PACTEL PRIMARY-TO-SECONDARY LEAKAGE EXPERIMENT PSL-7 József Bánáti Lappeenranta University of

More information

College of information technology Department of software

College of information technology Department of software University of Babylon Undergraduate: third class College of information technology Department of software Subj.: Application of AI lecture notes/2011-2012 ***************************************************************************

More information

Genetic Algorithm: An Optimization Technique Concept

Genetic Algorithm: An Optimization Technique Concept Genetic Algorithm: An Optimization Technique Concept 1 Uma Anand, 2 Chain Singh 1 Student M.Tech (3 rd sem) Department of Computer Science Engineering Dronacharya College of Engineering, Gurgaon-123506,

More information

Genetic Algorithm with Upgrading Operator

Genetic Algorithm with Upgrading Operator Genetic Algorithm with Upgrading Operator NIDAPAN SUREERATTANAN Computer Science and Information Management, School of Advanced Technologies, Asian Institute of Technology, P.O. Box 4, Klong Luang, Pathumthani

More information

Designing High Thermal Conductive Materials Using Artificial Evolution MICHAEL DAVIES, BASKAR GANAPATHYSUBRAMANIAN, GANESH BALASUBRAMANIAN

Designing High Thermal Conductive Materials Using Artificial Evolution MICHAEL DAVIES, BASKAR GANAPATHYSUBRAMANIAN, GANESH BALASUBRAMANIAN Designing High Thermal Conductive Materials Using Artificial Evolution MICHAEL DAVIES, BASKAR GANAPATHYSUBRAMANIAN, GANESH BALASUBRAMANIAN The Problem Graphene is one of the most thermally conductive materials

More information

Development of a Performance Validation Tool for NSSS Control System

Development of a Performance Validation Tool for NSSS Control System IAEA-CN-164-4S1 Development of a Performance Validation Tool for NSSS Control System Suk-whun Sohn, In-ho Song, See-chae Jeong, Jong-joo Sohn, Eun-ki Kim Korea Power Engineering Company (KOPEC), Daejeon,

More information

10. Lecture Stochastic Optimization

10. Lecture Stochastic Optimization Soft Control (AT 3, RMA) 10. Lecture Stochastic Optimization Genetic Algorithms 10. Structure of the lecture 1. Soft control: the definition and limitations, basics of epert" systems 2. Knowledge representation

More information

TRAINING FEED FORWARD NEURAL NETWORK USING GENETIC ALGORITHM TO PREDICT MEAN TEMPERATURE

TRAINING FEED FORWARD NEURAL NETWORK USING GENETIC ALGORITHM TO PREDICT MEAN TEMPERATURE IJRRAS 29 (1) October 216 www.arpapress.com/volumes/vol29issue1/ijrras_29_1_3.pdf TRAINING FEED FORWARD NEURAL NETWORK USING GENETIC ALGORITHM TO PREDICT MEAN TEMPERATURE Manal A. Ashour 1,*, Somia A.

More information

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP ISSN 1691-5402 ISBN 978-9984-44-028-6 Environment. Technology. Resources Proceedings of the 7 th International Scientific and Practical Conference. Volume I1 Rēzeknes Augstskola, Rēzekne, RA Izdevniecība,

More information

The steam generator in a nuclear power plant plays an important role in cooling the

The steam generator in a nuclear power plant plays an important role in cooling the Sakabe, Akira. Steam Generator Liquid Mass as a Control Input for the Movement of the Feed Control Valve in a Pressurized Water Reactor. (Under the direction of J. Michael Doster) The steam generator in

More information

The Automatic Control Design and Simulation of Reactor Control System in Small Modular Reactor. Nuclear Power Institute of China January, 2014

The Automatic Control Design and Simulation of Reactor Control System in Small Modular Reactor. Nuclear Power Institute of China January, 2014 The Automatic Control Design and Simulation of Reactor Control System in Small Modular Reactor Nuclear Power Institute of China January, 2014.1 CONTENTS 1. Introduction 2. The Small Modular Reactor (SMR)

More information

Optimization of Shell and Tube Heat Exchangers Using modified Genetic Algorithm

Optimization of Shell and Tube Heat Exchangers Using modified Genetic Algorithm Optimization of Shell and Tube Heat Exchangers Using modified Genetic Algorithm S.Rajasekaran 1, Dr.T.Kannadasan 2 1 Dr.NGP Institute of Technology Coimbatore 641048, India srsme@yahoo.co.in 2 Director-Research

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

Technical University of Sofia, Department of Thermal and Nuclear Power Engineering, 8 Kliment Ohridski Blvd., 1000 Sofia, Bulgaria

Technical University of Sofia, Department of Thermal and Nuclear Power Engineering, 8 Kliment Ohridski Blvd., 1000 Sofia, Bulgaria BgNS TRANSACTIONS volume 20 number 2 (2015) pp. 143 149 Comparative Analysis of Nodalization Effects and Their Influence on the Results of ATHLET Calculations of VVER-1000 Coolant Transient Benchmark Phase

More information

Energy management using genetic algorithms

Energy management using genetic algorithms Energy management using genetic algorithms F. Garzia, F. Fiamingo & G. M. Veca Department of Electrical Engineering, University of Rome "La Sapienza", Italy Abstract An energy management technique based

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

Challenge of batch process control: highly nonlinear varying with time. In some cases (polymerisation)

Challenge of batch process control: highly nonlinear varying with time. In some cases (polymerisation) 1.0 Introduction Challenge of batch process control: highly nonlinear varying with time In some cases (polymerisation) heat is liberating during processing (EXOTHERMIC) If heat released > plant cooling

More information

PERFORMANCE EVALUATION OF GENETIC ALGORITHMS ON LOADING PATTERN OPTIMIZATION OF PWRS

PERFORMANCE EVALUATION OF GENETIC ALGORITHMS ON LOADING PATTERN OPTIMIZATION OF PWRS International Conference Nuclear Energy in Central Europe 00 Hoteli Bernardin, Portorož, Slovenia, September 0-3, 00 www: http://www.drustvo-js.si/port00/ e-mail: PORT00@ijs.si tel.:+ 386 588 547, + 386

More information

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Adam V. Adamopoulos Democritus University of Thrace, Department of Medicine, Medical Physics Laboratory, 681 00, Alexandroupolis,

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

Improving Differential Evolution Algorithm with Activation Strategy

Improving Differential Evolution Algorithm with Activation Strategy 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore Improving Differential Evolution Algorithm with Activation Strategy Zhan-Rong Hsu 1, Wei-Ping

More information

Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen

Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen INF3490 - Biologically inspired computing Lecture 3: Eiben and Smith, chapter 5-6 Evolutionary Algorithms - Population management and popular algorithms Kai Olav Ellefsen Repetition: General scheme of

More information

Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases.

Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. P77 Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

More information

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM Volume, No. 5, December 00 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING

More information

Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes

Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes Prediction of Axial and Radial Creep in CANDU 6 Pressure Tubes Vasile S. Radu Institute for Nuclear Research Piteşti vasile.radu@nuclear.ro 1 st Research Coordination Meeting for the CRP Prediction of

More information

Adaptive Online Parameter Tuning Using Genetic Algorithms

Adaptive Online Parameter Tuning Using Genetic Algorithms Adaptive Online Parameter Tuning Using Genetic Algorithms Paolo Dadone 1 and Hugh VanLandingham 2 1 VPI & SU, Whittemore Hall, Blacksburg, VA 24060, U.S.A., dadone@vt.edu 2 VPI & SU, Whittemore Hall, Blacksburg,

More information

Genetic Algorithms and Genetic Programming Lecture 14

Genetic Algorithms and Genetic Programming Lecture 14 Genetic Algorithms and Genetic Programming Lecture 14 Gillian Hayes 13th November 2007 GAs: Representation, Fitness, Searching the Space Representation binary, real, plans, trees Operators for non-binary

More information

Appendix J STEAM GENERATOR TUBE INTEGRITY FINDINGS SIGNIFICANCE DETERMINATION PROCESS

Appendix J STEAM GENERATOR TUBE INTEGRITY FINDINGS SIGNIFICANCE DETERMINATION PROCESS Appendix J STEAM GENERATOR TUBE INTEGRITY FINDINGS SIGNIFICANCE DETERMINATION PROCESS 1.0 INTRODUCTION The significance determination process (SDP) provides a method to place inspection findings in context

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation Evolution and Intelligent Besides learning ability, intelligence can also be defined as the capability of a system to adapt its behaviour to ever changing environment. Evolutionary

More information

The Analysis of TRACE/FRAPTRAN in the Fuel Rods of Maanshan PWR for LBLOCA

The Analysis of TRACE/FRAPTRAN in the Fuel Rods of Maanshan PWR for LBLOCA The Analysis of TRACE/FRAPTRAN in the Fuel Rods of Maanshan PWR for LBLOCA J. R. Wang, W. Y. Li, H. T. Lin, J. H. Yang, C. Shih, S. W. Chen Abstract Fuel rod analysis program transient (FRAPTRAN) code

More information

2. Genetic Algorithms - An Overview

2. Genetic Algorithms - An Overview 2. Genetic Algorithms - An Overview 2.1 GA Terminology Genetic Algorithms (GAs), which are adaptive methods used to solve search and optimization problems, are based on the genetic processes of biological

More information

IMPROVING PLANT EFFICIENCY THROUGH THE INSTALLATION OF TecSOLCEP ONLINE MONITORING SYSTEM

IMPROVING PLANT EFFICIENCY THROUGH THE INSTALLATION OF TecSOLCEP ONLINE MONITORING SYSTEM IMPROVING PLANT EFFICIENCY THROUGH THE INSTALLATION OF TecSOLCEP ONLINE MONITORING SYSTEM Dr. F. Javier González; Mariano Martín; Iván Juan; Mateo Ramos Control Rooms and Simulation Tecnatom Avda. Montes

More information

PRELIMINARY DESIGN OF REINFORCED CONCRETE BEAMS USING NEURAL NETWORKS

PRELIMINARY DESIGN OF REINFORCED CONCRETE BEAMS USING NEURAL NETWORKS Engineering Journal of the University of Qatar, Vol. 13, 2000, pp. PRELIMINARY DESIGN OF REINFORCED CONCRETE BEAMS USING NEURAL NETWORKS Ahmed B. Senouci Civil Engineering Department University of Qatar

More information

Generational and steady state genetic algorithms for generator maintenance scheduling problems

Generational and steady state genetic algorithms for generator maintenance scheduling problems Generational and steady state genetic algorithms for generator maintenance scheduling problems Item Type Conference paper Authors Dahal, Keshav P.; McDonald, J.R. Citation Dahal, K. P. and McDonald, J.

More information

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION From the SelectedWorks of Liana Napalkova May, 2008 DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION Galina Merkuryeva Liana Napalkova

More information

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING 79 CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING The present chapter proposes a hybrid intelligent approach (IPSO-AIS) using Improved Particle Swarm Optimization (IPSO) with

More information

Performance Analysis of Multi Clustered Parallel Genetic Algorithm with Gray Value

Performance Analysis of Multi Clustered Parallel Genetic Algorithm with Gray Value American Journal of Applied Sciences 9 (8): 1268-1272, 2012 ISSN 1546-9239 2012 Science Publications Performance Analysis of Multi Clustered Parallel Genetic Algorithm with Gray Value 1 Vishnu Raja, P.

More information

Application of COMSOL Pipe Flow Module to Develop a High Flux Isotope Reactor System Loop Model

Application of COMSOL Pipe Flow Module to Develop a High Flux Isotope Reactor System Loop Model Application of COMSOL Pipe Flow Module to Develop a High Flux Isotope Reactor System Loop Model D. Wang *1, P. K. Jain 1, and J. D. Freels 1 1 Oak Ridge National Laboratory *1 Bethel Valley RD, Oak Ridge,

More information

Reproduction Strategy Based on Self-Organizing Map for Real-coded Genetic Algorithms

Reproduction Strategy Based on Self-Organizing Map for Real-coded Genetic Algorithms Neural Information Processing - Letters and Reviews Vol. 5, No. 2, November 2004 LETTER Reproduction Strategy Based on Self-Organizing Map for Real-coded Genetic Algorithms Ryosuke Kubota Graduate School

More information

Verification of the MELCOR Code Against SCDAP/RELAP5 for Severe Accident Analysis

Verification of the MELCOR Code Against SCDAP/RELAP5 for Severe Accident Analysis Verification of the Code Against SCDAP/RELAP5 for Severe Accident Analysis Jennifer Johnson COLBERT 1* and Karen VIEROW 2 1 School of Nuclear Engineering, Purdue University, West Lafayette, Indiana 47907-2017,

More information

Inferring Gene Networks from Microarray Data using a Hybrid GA p.1

Inferring Gene Networks from Microarray Data using a Hybrid GA p.1 Inferring Gene Networks from Microarray Data using a Hybrid GA Mark Cumiskey, John Levine and Douglas Armstrong johnl@inf.ed.ac.uk http://www.aiai.ed.ac.uk/ johnl Institute for Adaptive and Neural Computation

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 21. Combinatorial Optimization: Advanced Techniques Malte Helmert University of Basel April 9, 2018 Combinatorial Optimization: Overview Chapter overview: combinatorial

More information

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System MATEC Web of Conferences 13, 05004 (2014) DOI: 10.1051/ matecconf/ 201413 05004 C Owned by the authors, published by EDP Sciences, 2014 Analysis of Boiler Operational Variables Prior to Tube Leakage Fault

More information

Genetic Algorithms and Genetic Programming Lecture 13

Genetic Algorithms and Genetic Programming Lecture 13 Genetic Algorithms and Genetic Programming Lecture 13 Gillian Hayes 10th November 2008 Pragmatics of GA Design 1 Selection methods Crossover Mutation Population model and elitism Spatial separation Maintaining

More information

Genetic'Algorithms'::' ::'Algoritmi'Genetici'1

Genetic'Algorithms'::' ::'Algoritmi'Genetici'1 Genetic'Algorithms'::' ::'Algoritmi'Genetici'1 Prof. Mario Pavone Department of Mathematics and Computer Sciecne University of Catania v.le A. Doria 6 95125 Catania, Italy mpavone@dmi.unict.it http://www.dmi.unict.it/mpavone/

More information

TOPIC: KNOWLEDGE: K1.01 [2.5/2.5]

TOPIC: KNOWLEDGE: K1.01 [2.5/2.5] KNOWLEDGE: K1.01 [2.5/2.5] P283 The transfer of heat from the reactor fuel pellets to the fuel cladding during normal plant operation is primarily accomplished via heat transfer. A. conduction B. convection

More information

Parameter identification in the activated sludge process

Parameter identification in the activated sludge process Parameter identification in the activated sludge process Päivi Holck, Aki Sorsa and Kauko Leiviskä Control Engineering Laboratory, University of Oulu P.O.Box 4300, 90014 Oulun yliopisto, Finland e-mail:

More information

DIAGNOSTICS-WHILE-DRILLING: REDUCING THE COST OF GEOTHERMAL-PRODUCED ELECTRICITY

DIAGNOSTICS-WHILE-DRILLING: REDUCING THE COST OF GEOTHERMAL-PRODUCED ELECTRICITY DIAGNOSTICS-WHILE-DRILLING: REDUCING THE COST OF GEOTHERMAL-PRODUCED ELECTRICITY Michael R. Prairie 1 and David A. Glowka 2 1 Sandia National Laboratories, P O Box 8, MS-33, Albuquerque, NM 8718-33, USA

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Evolutionary Algorithms What is Evolutionary Algorithms (EAs)? Evolutionary algorithms are iterative and stochastic search methods that mimic the natural biological evolution and/or

More information

Modeling Techniques for Increased Accuracy

Modeling Techniques for Increased Accuracy SECTION 1 Modeling Techniques for Increased Accuracy Ed Haack Duke Energy 1-1 Modeling Techniques for Increased Accuracy By Ed Haack, Duke Power Company The PEPSE model for the Catawba Units have been

More information

Air Pollutants Monitoring Data Recovery of Henhouse Based on QGSA-SVM

Air Pollutants Monitoring Data Recovery of Henhouse Based on QGSA-SVM , pp.260-264 http://dx.doi.org/10.14257/astl.2016. Air Pollutants Monitoring Data Recovery of Henhouse Based on QGSA-SVM Jinming Liu 1,2, Qiuju Xie 1, Guiyang Liu 1 and Yong Sun 2 1 College of Information

More information

CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS

CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS 108 CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS 5.1 INTRODUCTION The operation and planning of a power system is characterized by having to maintain a high degree of economy and reliability. Among

More information

Implementation of Genetic Algorithm for Agriculture System

Implementation of Genetic Algorithm for Agriculture System Implementation of Genetic Algorithm for Agriculture System Shweta Srivastava Department of Computer science Engineering Babu Banarasi Das University,Lucknow, Uttar Pradesh, India Diwakar Yagyasen Department

More information

A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine. P77 Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

More information

GENETIC ALGORITHMS FOR DESIGN OF PIPE NETWORK SYSTEMS

GENETIC ALGORITHMS FOR DESIGN OF PIPE NETWORK SYSTEMS 116 Journal of Marine Science and Technology, Vol. 13, No. 2, pp. 116-124 (2005) GENETIC ALGORITHMS FOR DESIGN OF PIPE NETWORK SYSTEMS Hong-Min Shau*, Bi-Liang Lin**, and Wen-Chih Huang*** Key words: genetic

More information

Adaptive Genetic Algorithm for Sensor Coarse Signal Processing

Adaptive Genetic Algorithm for Sensor Coarse Signal Processing 442 JOURNAL OF MULTIMEDIA, VOL. 9, NO. 3, MARCH 2014 Adaptive Genetic Algorithm for Sensor Coarse Signal Processing Xuan Huang Cognitive Science Department, Xiamen University, Xiamen, Fujian, China, 361005

More information

Safety Improvement of Nuclear Power Reactor Using Soft Computing Techniques

Safety Improvement of Nuclear Power Reactor Using Soft Computing Techniques IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 2 (Mar. - Apr. 23), PP 5-22 Safety Improvement of Nuclear Power Reactor Using

More information

Permutation Free Encoding Technique for Evolving Neural Networks

Permutation Free Encoding Technique for Evolving Neural Networks Permutation Free Encoding Technique for Evolving Neural Networks Anupam Das, Md. Shohrab Hossain, Saeed Muhammad Abdullah, and Rashed Ul Islam Department of Computer Science and Engineering, Bangladesh

More information

Oregon State University s Small Modular Nuclear Reactor Experimental Program

Oregon State University s Small Modular Nuclear Reactor Experimental Program Oregon State University s Small Modular Nuclear Reactor Experimental Program IEEE Conference on Technologies for Sustainability August 1, 2013 Portland, Oregon Brian Woods Oregon State University brian.woods@oregonstate.edu,

More information

Genetic Algorithms and Shape Grammars

Genetic Algorithms and Shape Grammars Genetic Algorithms and Shape Grammars Technical report Author Manuela Ruiz Montiel Date October 18, 2011 Version 1.1 1 Contents 1. Introduction... 3 2. Genetic algorithm... 4 3. Genotype... 7 4. Experiments...

More information

3 Steps to Better Steam Temperature Control Proven Strategies to Minimize Thermal Stress and Tube Leaks

3 Steps to Better Steam Temperature Control Proven Strategies to Minimize Thermal Stress and Tube Leaks December 17 3 Steps to Better Proven Strategies to Minimize Thermal Stress and Tube Leaks www.emerson.com/ December 17 Commercial power generators are having to significantly change how they operate their

More information

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM 1 MANSI GANGWAR, 2 MAIYA DIN, 3 V. K. JHA 1 Information Security, 3 Associate Professor, 1,3 Dept of CSE, Birla Institute of Technology, Mesra

More information

RISK INFORMED AND PERFORMANCE BASED INFLUENCES ON REACTOR DESIGN PAST AND FUTURE

RISK INFORMED AND PERFORMANCE BASED INFLUENCES ON REACTOR DESIGN PAST AND FUTURE RISK INFORMED AND PERFORMANCE BASED INFLUENCES ON REACTOR DESIGN PAST AND FUTURE MARK LINN OAK RIDGE NATIONAL LABORATORY DAVID JOHNSON GARRICK INSTITUTE FOR THE RISK SCIENCES PAST FEDERAL LIABILITY CONCERNS

More information

Genetic Algorithms. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna.

Genetic Algorithms. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna. Genetic Algorithms Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna http://www.moreno.marzolla.name/ Slides credit: Ozalp Babaoglu History Pioneered by John Henry Holland

More information

HFIR COLD NEUTRON SOURCE MODERATOR VESSEL DESIGN ANALYSIS. S. J. Chang. Research Reactors Division Oak Ridge National Laboratory Oak Ridge, Tennessee

HFIR COLD NEUTRON SOURCE MODERATOR VESSEL DESIGN ANALYSIS. S. J. Chang. Research Reactors Division Oak Ridge National Laboratory Oak Ridge, Tennessee HFIR COLD NEUTRON SOURCE MODERATOR VESSEL DESIGN ANALYSIS S. J. Chang Research Reactors Division Oak Ridge National Laboratory Oak Ridge, Tennessee Presented at ASME Pressure Vessel and Piping Conference

More information

CHAPTER 3 RESEARCH METHODOLOGY

CHAPTER 3 RESEARCH METHODOLOGY 72 CHAPTER 3 RESEARCH METHODOLOGY Inventory management is considered to be an important field in Supply chain management. Once the efficient and effective management of inventory is carried out throughout

More information

NSSS Design (Ex: PWR) Reactor Coolant System (RCS)

NSSS Design (Ex: PWR) Reactor Coolant System (RCS) NSSS Design (Ex: PWR) Reactor Coolant System (RCS) Purpose: Remove energy from core Transport energy to S/G to convert to steam of desired pressure (and temperature if superheated) and moisture content

More information

A Comparison of the PARET/ANL and RELAP5/MOD3 Codes for the Analysis of IAEA Benchmark Transients

A Comparison of the PARET/ANL and RELAP5/MOD3 Codes for the Analysis of IAEA Benchmark Transients A Comparison of the /ANL and 5/MOD3 Codes for the Analysis of IAEA Benchmark Transients W. L. Woodruff, N. A. Hanan, R. S. Smith and J. E. Matos Argonne National Laboratory Argonne, Illinois 439-4841 U.S.A.

More information

Supporting Deterministic T-H Analyses for Level 1 PSA

Supporting Deterministic T-H Analyses for Level 1 PSA Supporting Deterministic T-H Analyses for Level 1 PSA ABSTRACT SLAVOMÍR BEBJAK VUJE, a.s. Okružná 5 918 64 Trnava, Slovakia slavomir.bebjak@vuje.sk TOMÁŠ KLIMENT VUJE, a.s. Okružná 5 918 64 Trnava, Slovakia

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

RELAP5 Analysis of Krško Nuclear Power Plant Abnormal Event from 2011

RELAP5 Analysis of Krško Nuclear Power Plant Abnormal Event from 2011 RELAP5 Analysis of Krško Nuclear Power Plant Abnormal Event from 2011 ABSTRACT Andrej Prošek Jožef Stefan Institute Jamova cesta 39 SI-1000, Ljubljana, Slovenia andrej.prosek@ijs.si Marko Matkovič Jožef

More information

Research of Product Design based on Improved Genetic Algorithm

Research of Product Design based on Improved Genetic Algorithm , pp. 45-50 http://dx.doi.org/10.14257/ijhit.2016.9.6.04 Research of Product Design based on Improved Genetic Algorithm Li Ma (Zhejiang Industry Polytechnic College Shaoxing Zhejiang 312000 China) zjsxmali@sina.com

More information

The RETRAN-3D code is operational on PCs using the Windows and Linux operating systems.

The RETRAN-3D code is operational on PCs using the Windows and Linux operating systems. What Is RETRAN-3D RETRAN-3D is a best-estimate light water reactor and reactor systems transient thermalhydraulic analysis code. Its predecessor, RETRAN-02, was used extensively by the commercial nuclear

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2016 April 10(4): pages 285-291 Open Access Journal Placing Sensors

More information