This project consists of the design and optimization of jet engines

Slides:



Advertisements
Similar presentations
By Anthony, Reuben and Micheal
Advertisements

Genetic Algorithm Example based on Koza, J Genetic Programming. Cambridge MA: Basic Books.
Genetic Algorithms Contents 1. Basic Concepts 2. Algorithm
Mathematical Analysis of Robustness Sensitivity analysis allows the linking of robustness to network structure. However, it yields only local properties.
Multi-objective optimization multi-criteria decision-making.
EvoNet Flying Circus Introduction to Evolutionary Computation Brought to you by (insert your name) The EvoNet Training Committee The EvoNet Flying Circus.
Developments on Shape Optimization at CIMNE October Advanced modelling techniques for aerospace SMEs.
Population New Population Selection Crossover and Mutation Insert When the new population is full repeat Generational Algorithm.
1 Genetic Algorithms. CS The Traditional Approach Ask an expert Adapt existing designs Trial and error.
Design Optimization School of Engineering University of Bradford 1 A discrete problem Difficultiy in the solution of a discrete problem.
Genetic Algorithms in Materials Processing N. Chakraborti Department of Metallurgical & Materials Engineering Indian Institute of Technology Kharagpur.
Artificial Intelligence Genetic Algorithms and Applications of Genetic Algorithms in Compilers Prasad A. Kulkarni.
Stat methodes for Susy search Daniel August Stricker-Shaver Institut für Experimentelle Kernphysik, Uni Karlsruhe 24/05/2007.
The Pareto fitness genetic algorithm: Test function study Wei-Ming Chen
CS 447 Advanced Topics in Artificial Intelligence Fall 2002.
Intro to AI Genetic Algorithm Ruth Bergman Fall 2004.
A New Algorithm for Solving Many-objective Optimization Problem Md. Shihabul Islam ( ) and Bashiul Alam Sabab ( ) Department of Computer Science.
Introduction to Genetic Algorithms and Evolutionary Computation
Optimization in Engineering Design Georgia Institute of Technology Systems Realization Laboratory Mixed Integer Problems Most optimization algorithms deal.
Lecture 8: 24/5/1435 Genetic Algorithms Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
100% of B-TOS architectures have cost increase under restrictive launch policy for a minimum cost decision maker Space Systems, Policy, and Architecture.
Neural and Evolutionary Computing - Lecture 6
The Generational Control Model This is the control model that is traditionally used by GP systems. There are a distinct number of generations performed.
New approaches to Materials Education - a course authored by Mike Ashby and David Cebon, Cambridge, UK, 2007 © MFA and DC 2007 UNIT 6. Objectives in conflict:
Genetic Algorithms Introduction Advanced. Simple Genetic Algorithms: Introduction What is it? In a Nutshell References The Pseudo Code Illustrations Applications.
Neural and Evolutionary Computing - Lecture 9 1 Evolutionary Neural Networks Design  Motivation  Evolutionary training  Evolutionary design of the architecture.
Genetic Algorithms Czech Technical University in Prague, Faculty of Electrical Engineering Ondřej Vaněk, Agent Technology Center ZUI 2011.
Kanpur Genetic Algorithms Laboratory IIT Kanpur 25, July 2006 (11:00 AM) Multi-Objective Dynamic Optimization using Evolutionary Algorithms by Udaya Bhaskara.
Genetic Algorithms Abhishek Sharma Piyush Gupta Department of Instrumentation & Control.
Biologically inspired algorithms BY: Andy Garrett YE Ziyu.
COMPRESSOR OPERATION THIS PRESENTATION WILL GIVE A SIMPLE DEMONSTRATION OF HOW JET ENGINE COMPRESSORS WORK.
D Nagesh Kumar, IIScOptimization Methods: M8L5 1 Advanced Topics in Optimization Evolutionary Algorithms for Optimization and Search.
Computer ScienceGenetic Algorithms Slide 1 Random/Exhaustive Search l Generate and Test 1. Generate a candidate solution and test to see if it solves the.
Evolutionary Computing Chapter 12. / 26 Chapter 12: Multiobjective Evolutionary Algorithms Multiobjective optimisation problems (MOP) -Pareto optimality.
Agenda  INTRODUCTION  GENETIC ALGORITHMS  GENETIC ALGORITHMS FOR EXPLORING QUERY SPACE  SYSTEM ARCHITECTURE  THE EFFECT OF DIFFERENT MUTATION RATES.
Update on tractor technology The new John Deere 7290R.. an amazing advance in tractor technology.
Advanced AI – Session 6 Genetic Algorithm By: H.Nematzadeh.
Class Scheduling Using Constraint Satisfaction Victoria Donelson Garrett Grimsley.
Genetic Algorithms. Solution Search in Problem Space.
EvoNet Flying Circus Introduction to Evolutionary Computation Brought to you by (insert your name) The EvoNet Training Committee The EvoNet Flying Circus.
 Negnevitsky, Pearson Education, Lecture 12 Hybrid intelligent systems: Evolutionary neural networks and fuzzy evolutionary systems n Introduction.
ZEIT4700 – S1, 2016 Mathematical Modeling and Optimization School of Engineering and Information Technology.
1 Genetic Algorithms Contents 1. Basic Concepts 2. Algorithm 3. Practical considerations.
Gas Turbine Engine – Turbojet
Genetic Algorithms.
Using GA’s to Solve Problems
Genetic Algorithm in TDR System
Genetic Algorithms.
GasTurb 13 Use of unscaled maps Copyright © GasTurb GmbH.
Evolving the goal priorities of autonomous agents
PSO -Introduction Proposed by James Kennedy & Russell Eberhart in 1995
C.-S. Shieh, EC, KUAS, Taiwan
Example: Applying EC to the TSP Problem
CSC 380: Design and Analysis of Algorithms
An evolutionary approach to solving complex problems

Basics of Genetic Algorithms (MidTerm – only in RED material)
Multimodal Problems and Spatial Distribution
FLUID MECHANICS: DERIVATION OF THRUST EQUATION
Example: Applying EC to the TSP Problem
Heuristic Optimization Methods Pareto Multiobjective Optimization
Multi-Objective Optimization
Evolving Logical-Linear Edge Detector with Evolutionary Algorithms
○ Hisashi Shimosaka (Doshisha University)
Dr. Unnikrishnan P.C. Professor, EEE
Basics of Genetic Algorithms
Multimodal Problems and Spatial Distribution
Applications of Genetic Algorithms TJHSST Computer Systems Lab
Traveling Salesman Problem by Genetic Algorithm
CSC 380: Design and Analysis of Algorithms
Presentation transcript:

Research Experience for Undergraduates: Jet Engine Design and Optimization This project consists of the design and optimization of jet engines. Optimization will be done both on components and eventually, engine cycle.

Research Experience for Undergraduates: Jet Engine Design and Optimization Cut-away of a PW4156 courtesy of /www.epower-propulsion.com Supporting Disks Beginning with the high pressure compressor, the conflicting objectives of weight and efficiency will be explored. In the compressor, there are many heavy rotating disks which support the blades attached to them. By reducing the number of blades, the required weight of the disk will be reduced, but the efficiency will suffer.

Evolutionary Optimization The main optimization technique to be used is an Evolutionary Algorithm which works like natural selection to find a group of optimum solutions to the problem at hand. Basic steps: Create an initial random population Select a number of points based on fitness (natural selection) Apply recombination and mutation to generate new solutions from selected survivors Evaluate new design points Replace members and create new population Go to step 2 Chose evolutionary algorithm for its robustness and ability to deal with discontinuous design space and local minima. Selection of points is analogous to natural selection, where poor combinations do not survive. After recombination, mutation is applied. This is in a random direction in the design space, with random magnitude. After evaluation of new points, those that are better than their predecessors are re-inserted into the population. Mutation

Pareto of Mass and Adiabatic Efficiency The optimization process yields results like this chart. The opposing goals of high efficiency and low mass produce not a single optimized solution, but a group of solutions called a Pareto front. This allows for the tradeoffs to be seen. EEE Blade Counts, 85.62% Pareto Choice, 85.76% Crude estimate: 0.1% HPC efficiency is about 37 kg fuel for a 4 hour mission 1 Kg compressor mass is about 3kg aircraft mass