Posts

Showing posts from April 23, 2022

New Post

Optimization Engineering - Design Optimization

Image
 [ CAN Design Optimization using Teaching Learning Based Optimization Algorithm] PROBLEM STATEMENT:  Design a Can to Hold 800ml Liquid. OBJECTIVE: Minimize the CAN Manufacturing Cost, Minimize Amount of Sheet Metal Required.  CONSTRAINTS: For Diameter, It should be no greater than 16 cm and no less than 4.0 cm, For Height, It should be no more than 36 cm and no less than 16 cm.                                                     4.0 <= Diameter <= 16; cm                                                     16<= Height <= 36; cm Constraints to HOLD 800ml Liquid Capacity. OBJECTIVE FUNCTION: COST Function Used to Solve this problem: RESULT: AFTER OPTIMIZATION USING TEACHING LEARNING BASED OPTIMIZATION ALGORITHM Optimal Diameter 4.3679 Optimal Height 34.0069 Best Cost = 207.24 Teaching Learning Based Optimization Algorithm  |  TLBO Numerical Example  | Learn Teaching Learning Based Optimization Algorithm Step-by-Step with Numerical Example. Teaching Learning Based Optimizati
More posts