Multiobjective Design Optimization of Rolling Element Bearing using NSGA II - PowerPoint PPT Presentation

1 / 44
About This Presentation
Title:

Multiobjective Design Optimization of Rolling Element Bearing using NSGA II

Description:

Rolling Element Bearings. Problem statement. Optimization (single and multi ... Multi-objective optimization problem in rolling element bearings is identified ... – PowerPoint PPT presentation

Number of Views:484
Avg rating:3.0/5.0
Slides: 45
Provided by: Shan5
Category:

less

Transcript and Presenter's Notes

Title: Multiobjective Design Optimization of Rolling Element Bearing using NSGA II


1
Multi-objective Design Optimization of Rolling
Element Bearing using NSGA II
  • Presented by,
  • Shantanu Gupta
  • Under guidance of
  • Dr. S. B. Nair
  • Dr. R. Tewari

2
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

3
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

4
Rolling Element Bearings
  • Wide use in mechanical engineering
  • Ever growing application
  • Multiple performance criteria
  • Time for designers to get assistance from
    Computer scientists

5
Nomenclature
6
Cross section
dm Db ro ri Z
7
Important performance measures
  • Longest fatigue life
  • Dynamic Capacity (Cd)
  • Longest wear life
  • Minimum film thickness (hmin)
  • Static capacity (Cs)

8
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

9
Problem
  • It is a multi-objective optimization problem
  • 5 parameters
  • 8 inequality constraints
  • 3 objectives

10
Parameters
  • Db is the ball diameter
  • Dm is the mean diameter
  • Z is number of balls
  • fi is inner curvature coefficient
  • fo is outer curvature coefficient

11
Constraints (1) Bounds
12
Constraints (2) More
  • Phi is the assembly angle
  • epsilon is a constant
  • Kdmin and Kdmax are by geometric constraints

13
Objectives (1) Dynamic Capacity
14
Objectives (2) Minimum film thickness
  • For increased wearing life
  • Few more constants are shown here

15
Objectives (3) Static capacity max of inner
and outer static capacity
16
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

17
Optimization (1)
  • Common day engineering problem
  • Problem could be stated as mathematical functions
    that have to be maximized or minimized
  • df/dx 0, implies local maxima or minima
  • Single objective is easy to handle !
  • What about multiple objectives ?

18
Optimization (2)
  • f1(p), f2(p)...fn(p) are objectives
  • c(p) gt 0 represents constraints on parameter
    space
  • The result of this optimization is not a unique
    parameter set p, instead it is satisfied by an n
    dimensional front, called as Pareto front.

19
Optimization (3)
  • The concept of optimizing one performance on the
    cost of other is termed as Pareto optimality.
  • The trade-off curve is also said to be Pareto
    optimal front and the points over it are termed
    as Pareto optimal points.

20
Optimization (4)
  • Domination
  • One solution is said to dominate another if it is
    better in both objectives
  • Non-Domination Pareto points
  • A solution is said to be non-dominated if it is
    better than other solutions in at least one
    objective

21
Example
Non-dominated
f2
Dominated
f1
22
An Example Pareto Front
  • P feasible parameter space
  • f() nonlinear mapping
  • F feasible objective space
  • dF Pareto front

23
Deterministic or Stochastic
24
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

25
Using weighted sum approach
  • Have upper and lower bounds for each objective
  • Normalize them
  • Add them together
  • Now it is as good as single objective

26
Shortcomings
  • No consideration of multi-objective nature of
    problem
  • Each run will lead to only one final solution
    point (one point on Pareto front)
  • Can not handle non-convexities of the Pareto front

27
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

28
Non Dominated Sorting based Genetic Algorithm II
  • Developed at KanGAL (Prof K. Deb)
  • Superior to most of the MOEA in the research
    arena today
  • Uses Elitism
  • Famous for Fast non-dominated search

29
Outline of Algorithm
  • Take Parent (t) and Child (t) populations of tth
    generation
  • Do the fast non-dominated sorting
  • Crowding distance assignment
  • Sort on the basis of crowding operator
  • Make Parent (t1) population of this generation
  • Selection Tournament or Roulette
  • Crossover Real numbers using distribution index
  • Mutation Real numbers using distribution index
  • Make Child (t1) population of this generation

30
Fast non-dominated sort
  • Each layer is a Pareto front
  • Rank of a solution is the layer number

1
2
f2
3
4
f1
31
Crowding distance assignment
32
Crowding operator based sorting
OR
  • After this sorting, Parent (t1) is made taking
    top N candidates
  • We now do selection, crossover, and mutation to
    obtain Child (t1)

33
Graphical representation of Algorithm
34
Outline of Algorithm
  • Take Parent (t) and Child (t) populations of tth
    generation
  • Do the fast non-dominated sorting
  • Crowding distance assignment
  • Sort on the basis of crowding operator
  • Make Parent (t1) population of this generation
  • Selection Tournament or Roulette
  • Crossover Real numbers using distribution index
  • Mutation Real numbers using distribution index
  • Make Child (t1) population of this generation

35
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

36
For single optimization
  • The results obtained were better than that given
    by previous approaches

37
For dual optimization Cd, Cs
38
For dual optimization Cd, hmin
39
For dual optimization Cs, hmin
40
All three objectives together OLD
  • Previous approach with weighted sums computed the
    values for two weight assignments

41
All three objectives together NEW
  • We have a complete gamut of values lying on the
    Pareto front.
  • To give an estimate 670 values
  • All obtained in a single run
  • Gives designer a variety to choose from

42
OUTLINE
  • Rolling Element Bearings
  • Problem statement
  • Optimization (single and multi-objective)
  • Previous work
  • NSGA II Multi-objective optimization using
    evolutionary concepts
  • Application and Results
  • Conclusion

43
Conclusion
  • Multi-objective optimization problem in rolling
    element bearings is identified
  • Comparison of evolutionary and deterministic
  • methods
  • NSGA II was found to be an ideal answer
  • Very encouraging results are obtained
  • Future work would be to analyze these plots
    (mechanical engineering task) and give best
    fitting Pareto points as design specification

44
Thank you
  • Any Questions ?
Write a Comment
User Comments (0)
About PowerShow.com