SlideShare a Scribd company logo
1 of 41
Presented by:
Kalpit Patne
4th Year UG Student,
Department of Industrial and Systems Engineering,
Indian Institute of Technology (IIT) Kharagpur, INDIA
 Introduction
 Problem Definition
 Solution Methodology
◦ Background of Key Concepts
◦ Improved Particle Swarm Optimisation
 Numerical Analysis
 Results and Comparison
 Future prospects
Source: Google images
 Closed-loop supply chains are designed and
managed to explicitly consider the reverse and the
forward supply chain activities over the entire life
cycle of the product.
Forward chain
Reverse Chain
New Product
Source: Google images
Source: Google images
 Key considerations in optimizing the Supply
Chain Network
 Location and distance
 Current and future demand
 Inventory level
 Size and frequency of shipment
 Warehousing costs
 Transportation costs
 Mode of transportation
The significant aspects we aim to address in
this study-
1. Retailer Facility Location
2. Customer Zone Allocation
3. Optimal Pricing Policy
4. Optimal Inventory Cycle Time
1. Retailer Facility Location
 Customer zones and production centre locations are known
 We want to optimally locate retailer facilities
Source: Google images
2. Customer Zone Allocation
 We want to know the customer zone allocation schema
Source: Google images
3. Optimal Pricing Policy
 We need to decide on the selling price of the new
product and the rebate price (incentive) paid to the
customer for returning the used product, so that
the overall profit is maximized.
 Since the demand and willingness to return is
sensitive to selling and rebate price respectively,
there exists a binding constraint on their values.
4. Optimal Inventory Cycle Time
 Deciding optimal inventory replenishment time
 This has to be done considering the return
shipments of used products from retailer facilities
to the production centre for remanufacturing.
Mathematical Representation of the Problem
Z= Max 𝑖 𝑗 𝑝 − 𝑐 𝑁𝑖 𝑒−𝑘𝑝 𝑥𝑖𝑗 𝛼𝑖𝑗--------------------------------I
+ 𝑖 𝑗(𝑠 − 𝑐 𝑟 − 𝑟)𝑁𝑖(1 − 𝑒−𝑔𝑟
)𝑥𝑖𝑗 𝛽𝑖𝑗------------------------II
− 𝑗 𝐹𝑗 𝑦𝑗---------------------------------------------III
− 𝑗
𝐴 𝑗
𝑇 𝑗
+ 𝑖 𝑁𝑖 𝑒−𝑘𝑝
𝑥𝑖𝑗 𝛼𝑖𝑗 𝑇𝑗
ℎ𝑛 𝑗
2
+ 𝑁𝑖 1 − 𝑒−𝑔𝑟
𝑥𝑖𝑗 𝛽𝑖𝑗 𝑇𝑗
ℎ𝑟 𝑗
2
𝑦𝑗----IV
I – Profit function for new products
II – Profit in terms of assets retrieved from customers
III – Establishment and Operational cost of the facility
IV – Ordering and Inventory holding costs
We have considered the proposed model as a
combination of two sub-problems:
 Location-Allocation Problem (LAP)
1. Retailer facility location
2. Customer zone allocation
 Pricing-Inventory Problem (PIP)
3. Optimal pricing policy
4. Optimal inventory cycle time
LAP solved
using modified
PSO
• No. of customer zones
• Their locations
• Production facility location
• No. of retailer facilities
• Retailer
locations
• Operational
facilities
• Customer
allocation
• Capacity
• Fixed cost
• Operational
cost
• Distance
parameters
PIP solved
with Gradient
search
• Optimal pricing
policy
• Optimal
inventory cycle
time
1. Particle Swarm Optimization (PSO)
 Memory based
(personal and global best
position)
 Communication involved
(for searching the global best
position of the swarm)
Source: Google images
1. Particle Swarm Optimization (PSO)
 Involves two main search variables- Position and
Velocity
 Updated in each iteration – fitness value for updated
position of particle keeps on increasing with iteration
 Drawback- If a particle discovers a local optimal, all the
other particles will move closer to it, then particles are
in the dilemma of local optimal point.
◦ This is known as premature convergence.
2. Evolutionary game-based replicator dynamics
 It allows the fitness to incorporate the distribution of population
types rather than setting the fitness of a particular type constant.
 The general form of the evolutionary game consists of three key
components: Players, Strategies space and Payoff function.
Particles in a swarm ------- Players in a game
Research space ------- Strategies space
Velocity ------- Rate of proportion change
Fitness function ------- Payoff function
gBest ------- Evolutionary stable strategy
Based on: Liu, Wei-Bing, and Xian-Jia Wang. "An evolutionary game
based particle swarm optimization algorithm." Journal of Computational
and Applied Mathematics 214.1 (2008): 30-35.
2. Evolutionary game based replicator dynamics
Where
.
xi – change rate of proportion of population of type i
xi - proportion of population opting for strategy i,
x=(x1,…,xn) - vector of the distribution of population types,
fi(x) - fitness of type i (which is dependent on the population),
ɸ(x) - average population fitness
2. Evolutionary game based replicator dynamics
 We update the velocities of particles using the replicator
equation and then update the positions.
 This speeds up the convergence of our algorithm.
 To avoid premature convergence, we use the concept of
mutation.
 Mutation- To diversify the population when it starts
converging at a point.
 A larger research space is explored and chances of obtaining
a global optima increases
 Diversity index, D(t)- Variable responsible to trigger mutation
Based on: Lin, M. O., and Zheng Hua. "Improved PSO algorithm with adaptive
inertia weight and mutation." Computer Science and Information Engineering,
2009 WRI World Congress on. Vol. 4. IEEE, 2009.
Proposed Solution Approach
IPSO
 Adaptive Weight Update
 In our algorithm we have used adaptive weight update
method to make the updating process more dynamic.
 We use the rate of change of fitness at each iteration to
update the weight.
Proposed Solution Approach
Initialization
Iterations
If t > T
Weight update
(linear)
Weight Update
(adaptive)
Mutation
trigger
Probabilistic
mutation of some
particle positions
FalseTrue
Yes
Velocity and Position
Update (PSO)
Velocity and Position
update (Replicator
Dynamics)
Update pBesti
Update gBest
No
 We use a 100x100 2D space as our search space.
 We used real life data where possible; otherwise, realistic
assumptions were made
Parameter Value
# Customer Zones, M 20
# Retailer Facilities, N 10
This is a randomly generated market area showing the locations of
production facility and all the identified customer zones
Results obtained after implementation of the IPSO algorithm
Performance of IPSO algorithm
 Once the LAP problem is solved, we will have the
retailer locations and customer zone allocation
schema determined.
 We then tackle the PIP problem and try to maximize
the profit function Z (the mathematical model
developed earlier) using gradient search method.
 In our numerical example, we assumed:
◦ manufacturing cost ‘c’ for a new unit = $100;
◦ remanufacturing cost ‘cr’ = $15; and
◦ salvage value ‘s’ of the returned product = $60.
 The gradient search algorithm produces the optimal value
of selling price as p =127.57 for a new product and the
incentive r=18.89 for returned products.
 So, the maximum profit that the company can make by
selling one unit of new product is
(127.57 -100) = 27.57 per unit.
 If the company decides to sell the remanufactured product
at it’s salvage value, it will earn
(60-18.89-15) = 26.11 per unit
 The optimal inventory time Tj, is calculated from the standard
Economic Order Quantity (EOQ) model equation.
Tj =
2𝐴 𝑗
𝑖 [𝑁 𝑖 𝑒−𝑘𝑝 𝑥 𝑖𝑗 𝛼 𝑖𝑗 𝑇 𝑗ℎ𝑛 𝑗+𝑁𝑖 1−𝑒−𝑔𝑟 𝑥𝑖𝑗 𝛽𝑖𝑗 𝑇 𝑗ℎ𝑟 𝑗]
Retailer Facility (j)
Optimal Inventory
Cycle Time (Tj)
1 Inf
2 6.95
3 11.42
4 11.42
5 5.03
6 4.31
7 2.81
8 7.66
9 4.12
10 10.41
 We have compared the results produced by
our algorithm with three other algorithms:
PSO, simulated annealing (SA), genetic
algorithm (GA) to evaluate the
◦ Performance (e.g. solution quality); and
◦ Efficiency (e.g. convergence speed)
of the proposed algorithm.
200
400
600
800
1000
1200
1400
1600
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
GA
Number of function evaluations
Fitnessvalue
1. For M=20 and N=10
250
270
290
310
330
350
370
390
410
430
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
Number of function evaluations
Fitnessvalue
1. For M=20 and N=10
(excluding GA)
2. For M=30 and N=15
400
600
800
1000
1200
1400
1600
1800
2000
2200
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
GA
Number of function evaluations
Fitnessvalue
450
470
490
510
530
550
570
590
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
2. For M=30 and N=15
Fitnessvalue
Number of function evaluations
(excluding GA)
3. For M=50 and N=20
0
500
1000
1500
2000
2500
3000
3500
4000
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
GA
Fitnessvalue
Number of function evaluations
3. For M=50 and N=20
780
800
820
840
860
880
900
920
940
0 5000 10000 15000 20000 25000 30000 35000
IPSO
PSO
SA
Number of function evaluations
Fitnessvalue
 Further sensitivity analysis to improve robustness
 Routing decision making can also be incorporated
into the model
 Salvage value of the returned products can be
differentiated based on the age of used product
SMART Infrastructure Facility
 Prof Pascal Perez
 Ms Tania Brown
 Dr Nagesh Shukla
School of MMM
 Prof Gursel Alici
 Prof Kiet Tieu
 Dr Senevi Kiridena
Prof Roger Lewis (ADR, EIS)
SMART Seminar Series: "Optimisation of closed loop supply chain decisions using integrated game theoretic particle swarm algorithm"
SMART Seminar Series: "Optimisation of closed loop supply chain decisions using integrated game theoretic particle swarm algorithm"

More Related Content

Viewers also liked

Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetMulti depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetArian Razmi Farooji
 
Vehicle Routing Problem with Backhauls
Vehicle Routing Problem with BackhaulsVehicle Routing Problem with Backhauls
Vehicle Routing Problem with Backhaulsjjsch01
 
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...Baytouch Solutions
 
ECR Europe Forum '08. Future supply chain 2016
ECR Europe Forum '08. Future supply chain 2016ECR Europe Forum '08. Future supply chain 2016
ECR Europe Forum '08. Future supply chain 2016ECR Community
 
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...Cell and Gene Therapy Catapult
 
Evolution algorithms
Evolution algorithmsEvolution algorithms
Evolution algorithmsAndrii Babii
 
Route Optimization Algorithm..
Route Optimization Algorithm..Route Optimization Algorithm..
Route Optimization Algorithm..Mazhar Nazik
 
Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical  Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical Aboul Ella Hassanien
 
Supply chain logistics : vehicle routing and scheduling
Supply chain logistics : vehicle  routing and  schedulingSupply chain logistics : vehicle  routing and  scheduling
Supply chain logistics : vehicle routing and schedulingRetigence Technologies
 
Инновационные методы профилактики DDoS-атак
Инновационные методы профилактики DDoS-атакИнновационные методы профилактики DDoS-атак
Инновационные методы профилактики DDoS-атакOlga Ponomareva
 
Particle Swarm Optimization: The Algorithm and Its Applications
Particle Swarm Optimization: The Algorithm and Its ApplicationsParticle Swarm Optimization: The Algorithm and Its Applications
Particle Swarm Optimization: The Algorithm and Its Applicationsadil raja
 

Viewers also liked (20)

Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
 
Применение муравьиных алгоритмов
Применение муравьиных алгоритмовПрименение муравьиных алгоритмов
Применение муравьиных алгоритмов
 
Задача многих коммивояджеров (Артем Аверин)
Задача многих коммивояджеров (Артем Аверин)Задача многих коммивояджеров (Артем Аверин)
Задача многих коммивояджеров (Артем Аверин)
 
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetMulti depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
 
Vehicle Routing Problem with Backhauls
Vehicle Routing Problem with BackhaulsVehicle Routing Problem with Backhauls
Vehicle Routing Problem with Backhauls
 
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...
Responsibly Managing Supply Chain Chemical Compliance in the Decade of Regula...
 
ECR Europe Forum '08. Future supply chain 2016
ECR Europe Forum '08. Future supply chain 2016ECR Europe Forum '08. Future supply chain 2016
ECR Europe Forum '08. Future supply chain 2016
 
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...
Autologous and Allogeneic Cell Therapy Industrialisation – Overcoming Clinica...
 
Evolution algorithms
Evolution algorithmsEvolution algorithms
Evolution algorithms
 
Route Optimization Algorithm..
Route Optimization Algorithm..Route Optimization Algorithm..
Route Optimization Algorithm..
 
Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical  Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical
 
VRP - Vehicle Routing Problem
VRP - Vehicle Routing ProblemVRP - Vehicle Routing Problem
VRP - Vehicle Routing Problem
 
Supply chain logistics : vehicle routing and scheduling
Supply chain logistics : vehicle  routing and  schedulingSupply chain logistics : vehicle  routing and  scheduling
Supply chain logistics : vehicle routing and scheduling
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Swarm intelligence algorithms
Swarm intelligence algorithmsSwarm intelligence algorithms
Swarm intelligence algorithms
 
Инновационные методы профилактики DDoS-атак
Инновационные методы профилактики DDoS-атакИнновационные методы профилактики DDoS-атак
Инновационные методы профилактики DDoS-атак
 
Particle Swarm Optimization: The Algorithm and Its Applications
Particle Swarm Optimization: The Algorithm and Its ApplicationsParticle Swarm Optimization: The Algorithm and Its Applications
Particle Swarm Optimization: The Algorithm and Its Applications
 
Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)Practical Swarm Optimization (PSO)
Practical Swarm Optimization (PSO)
 
Supply Chain Megatrends
Supply Chain MegatrendsSupply Chain Megatrends
Supply Chain Megatrends
 
Fleet Management
Fleet Management Fleet Management
Fleet Management
 

Similar to SMART Seminar Series: "Optimisation of closed loop supply chain decisions using integrated game theoretic particle swarm algorithm"

自然方策勾配法の基礎と応用
自然方策勾配法の基礎と応用自然方策勾配法の基礎と応用
自然方策勾配法の基礎と応用Ryo Iwaki
 
increasing the action gap - new operators for reinforcement learning
increasing the action gap - new operators for reinforcement learningincreasing the action gap - new operators for reinforcement learning
increasing the action gap - new operators for reinforcement learningRyo Iwaki
 
ゆるふわ強化学習入門
ゆるふわ強化学習入門ゆるふわ強化学習入門
ゆるふわ強化学習入門Ryo Iwaki
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningAravind Balaji
 
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...IRJET Journal
 
Real-time ranking with concept drift using expert advice
Real-time ranking with concept drift using expert adviceReal-time ranking with concept drift using expert advice
Real-time ranking with concept drift using expert adviceHila Becker
 
IRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning AlgorithmIRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning AlgorithmIRJET Journal
 
Speedup Your Java Apps with Hardware Counters
Speedup Your Java Apps with Hardware CountersSpeedup Your Java Apps with Hardware Counters
Speedup Your Java Apps with Hardware CountersC4Media
 
Location based sales forecast for superstores
Location based sales forecast for superstoresLocation based sales forecast for superstores
Location based sales forecast for superstoresThaiQuants
 
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operators
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued OperatorsPUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operators
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operatorsijscmcj
 
Puma 560 trajectory control using nsga ii technique with real valued operators
Puma 560 trajectory control using nsga ii technique with real valued operatorsPuma 560 trajectory control using nsga ii technique with real valued operators
Puma 560 trajectory control using nsga ii technique with real valued operatorsijscmcj
 
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...height
 
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONMln Phaneendra
 
Estimation Of Production And Cost Function
Estimation Of Production And Cost FunctionEstimation Of Production And Cost Function
Estimation Of Production And Cost FunctionPradeep Awasare
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemIOSR Journals
 
Analysis of different multiplication algorithm and FPGA implementation of rec...
Analysis of different multiplication algorithm and FPGA implementation of rec...Analysis of different multiplication algorithm and FPGA implementation of rec...
Analysis of different multiplication algorithm and FPGA implementation of rec...IRJET Journal
 
Ml2 train test-splits_validation_linear_regression
Ml2 train test-splits_validation_linear_regressionMl2 train test-splits_validation_linear_regression
Ml2 train test-splits_validation_linear_regressionankit_ppt
 
IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET Journal
 

Similar to SMART Seminar Series: "Optimisation of closed loop supply chain decisions using integrated game theoretic particle swarm algorithm" (20)

自然方策勾配法の基礎と応用
自然方策勾配法の基礎と応用自然方策勾配法の基礎と応用
自然方策勾配法の基礎と応用
 
increasing the action gap - new operators for reinforcement learning
increasing the action gap - new operators for reinforcement learningincreasing the action gap - new operators for reinforcement learning
increasing the action gap - new operators for reinforcement learning
 
ゆるふわ強化学習入門
ゆるふわ強化学習入門ゆるふわ強化学習入門
ゆるふわ強化学習入門
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learning
 
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...
IRJET- Analysis of Various Machine Learning Algorithms for Stock Value Predic...
 
Ali upload
Ali uploadAli upload
Ali upload
 
Real-time ranking with concept drift using expert advice
Real-time ranking with concept drift using expert adviceReal-time ranking with concept drift using expert advice
Real-time ranking with concept drift using expert advice
 
IRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning AlgorithmIRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning Algorithm
 
Speedup Your Java Apps with Hardware Counters
Speedup Your Java Apps with Hardware CountersSpeedup Your Java Apps with Hardware Counters
Speedup Your Java Apps with Hardware Counters
 
Location based sales forecast for superstores
Location based sales forecast for superstoresLocation based sales forecast for superstores
Location based sales forecast for superstores
 
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operators
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued OperatorsPUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operators
PUMA 560 Trajectory Control Using NSGA-II Technique with Real Valued Operators
 
Puma 560 trajectory control using nsga ii technique with real valued operators
Puma 560 trajectory control using nsga ii technique with real valued operatorsPuma 560 trajectory control using nsga ii technique with real valued operators
Puma 560 trajectory control using nsga ii technique with real valued operators
 
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...
Approximate Dynamic Programming: A New Paradigm for Process Control & Optimiz...
 
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
 
Estimation Of Production And Cost Function
Estimation Of Production And Cost FunctionEstimation Of Production And Cost Function
Estimation Of Production And Cost Function
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
 
Genetic Algorithms
Genetic AlgorithmsGenetic Algorithms
Genetic Algorithms
 
Analysis of different multiplication algorithm and FPGA implementation of rec...
Analysis of different multiplication algorithm and FPGA implementation of rec...Analysis of different multiplication algorithm and FPGA implementation of rec...
Analysis of different multiplication algorithm and FPGA implementation of rec...
 
Ml2 train test-splits_validation_linear_regression
Ml2 train test-splits_validation_linear_regressionMl2 train test-splits_validation_linear_regression
Ml2 train test-splits_validation_linear_regression
 
IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine Learning
 

More from SMART Infrastructure Facility

SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...
SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...
SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...SMART Infrastructure Facility
 
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...SMART Infrastructure Facility
 
SMART Seminar Series: "User-centric digital collaboration to build resilient ...
SMART Seminar Series: "User-centric digital collaboration to build resilient ...SMART Seminar Series: "User-centric digital collaboration to build resilient ...
SMART Seminar Series: "User-centric digital collaboration to build resilient ...SMART Infrastructure Facility
 
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...SMART Infrastructure Facility
 
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...SMART Infrastructure Facility
 
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...SMART Infrastructure Facility
 
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...SMART Infrastructure Facility
 
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...SMART Infrastructure Facility
 
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...SMART Infrastructure Facility
 
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...SMART Infrastructure Facility
 
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...SMART Infrastructure Facility
 
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...SMART Infrastructure Facility
 
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...SMART Seminar Series: "Potential use of drones for infrastructure inspection ...
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...SMART Infrastructure Facility
 
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...SMART Infrastructure Facility
 
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...SMART Infrastructure Facility
 
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...SMART Infrastructure Facility
 
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"SMART Infrastructure Facility
 
SMART Seminar Series: "How to improve the order of evolutionary models in age...
SMART Seminar Series: "How to improve the order of evolutionary models in age...SMART Seminar Series: "How to improve the order of evolutionary models in age...
SMART Seminar Series: "How to improve the order of evolutionary models in age...SMART Infrastructure Facility
 
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"SMART Infrastructure Facility
 
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...SMART Infrastructure Facility
 

More from SMART Infrastructure Facility (20)

SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...
SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...
SMART Seminar Series: "Cognitive Illusions in Virtual Reality: What do I mean...
 
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...
SMART Seminar Series: "Trusted Autonomous Systems as System of Systems". Pres...
 
SMART Seminar Series: "User-centric digital collaboration to build resilient ...
SMART Seminar Series: "User-centric digital collaboration to build resilient ...SMART Seminar Series: "User-centric digital collaboration to build resilient ...
SMART Seminar Series: "User-centric digital collaboration to build resilient ...
 
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...
SMART Seminar Series: "The Evolution of the Metric System: From Precious Lump...
 
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...
SMART Seminar Series: "Using AI and edge computing devices for traffic flow m...
 
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...
SMART Seminar Series: "Blockchain and its Applications". Presented by Prof Wi...
 
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...
SMART Seminar Series: "From an IoT cloud based architecture to Edge for dynam...
 
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...
SMART Seminar Series: "Is bus bunching serious in Sydney? Preliminary finding...
 
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...
SMART Seminar Series: "Keep it SMART, keep it simple! – Challenging complexit...
 
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...
SMART Seminar Series: "Risk-based bridge assessment under changing load-deman...
 
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...
SMART Seminar Series: "Deep Learning: Fundamentals and Practice". Presented b...
 
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...
SMART Seminar Series: "Infrastructure Resilience: Planning for Future Extreme...
 
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...SMART Seminar Series: "Potential use of drones for infrastructure inspection ...
SMART Seminar Series: "Potential use of drones for infrastructure inspection ...
 
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...
SMART Seminar Series: "A journey in the zoo of Turing patterns: the topology ...
 
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...
SMART Seminar Series: "Human behaviour modelling and simulation for crisis ma...
 
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...
SMART Seminar Series: "Dealing with uncertainty: With the observer in the loo...
 
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"
SMART Seminar Series: "Smart Cities: The Good, The Bad & The Ugly"
 
SMART Seminar Series: "How to improve the order of evolutionary models in age...
SMART Seminar Series: "How to improve the order of evolutionary models in age...SMART Seminar Series: "How to improve the order of evolutionary models in age...
SMART Seminar Series: "How to improve the order of evolutionary models in age...
 
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"
SMART Seminar Series: "OneM2M – Towards end-to-end interoperability of the IoT"
 
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...
SMART Seminar Series: "Blue-Green vs. Grey-Black infrastructure – which is be...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

SMART Seminar Series: "Optimisation of closed loop supply chain decisions using integrated game theoretic particle swarm algorithm"

  • 1. Presented by: Kalpit Patne 4th Year UG Student, Department of Industrial and Systems Engineering, Indian Institute of Technology (IIT) Kharagpur, INDIA
  • 2.  Introduction  Problem Definition  Solution Methodology ◦ Background of Key Concepts ◦ Improved Particle Swarm Optimisation  Numerical Analysis  Results and Comparison  Future prospects
  • 4.  Closed-loop supply chains are designed and managed to explicitly consider the reverse and the forward supply chain activities over the entire life cycle of the product. Forward chain Reverse Chain New Product
  • 7.  Key considerations in optimizing the Supply Chain Network  Location and distance  Current and future demand  Inventory level  Size and frequency of shipment  Warehousing costs  Transportation costs  Mode of transportation
  • 8. The significant aspects we aim to address in this study- 1. Retailer Facility Location 2. Customer Zone Allocation 3. Optimal Pricing Policy 4. Optimal Inventory Cycle Time
  • 9. 1. Retailer Facility Location  Customer zones and production centre locations are known  We want to optimally locate retailer facilities Source: Google images
  • 10. 2. Customer Zone Allocation  We want to know the customer zone allocation schema Source: Google images
  • 11. 3. Optimal Pricing Policy  We need to decide on the selling price of the new product and the rebate price (incentive) paid to the customer for returning the used product, so that the overall profit is maximized.  Since the demand and willingness to return is sensitive to selling and rebate price respectively, there exists a binding constraint on their values.
  • 12. 4. Optimal Inventory Cycle Time  Deciding optimal inventory replenishment time  This has to be done considering the return shipments of used products from retailer facilities to the production centre for remanufacturing.
  • 13. Mathematical Representation of the Problem Z= Max 𝑖 𝑗 𝑝 − 𝑐 𝑁𝑖 𝑒−𝑘𝑝 𝑥𝑖𝑗 𝛼𝑖𝑗--------------------------------I + 𝑖 𝑗(𝑠 − 𝑐 𝑟 − 𝑟)𝑁𝑖(1 − 𝑒−𝑔𝑟 )𝑥𝑖𝑗 𝛽𝑖𝑗------------------------II − 𝑗 𝐹𝑗 𝑦𝑗---------------------------------------------III − 𝑗 𝐴 𝑗 𝑇 𝑗 + 𝑖 𝑁𝑖 𝑒−𝑘𝑝 𝑥𝑖𝑗 𝛼𝑖𝑗 𝑇𝑗 ℎ𝑛 𝑗 2 + 𝑁𝑖 1 − 𝑒−𝑔𝑟 𝑥𝑖𝑗 𝛽𝑖𝑗 𝑇𝑗 ℎ𝑟 𝑗 2 𝑦𝑗----IV I – Profit function for new products II – Profit in terms of assets retrieved from customers III – Establishment and Operational cost of the facility IV – Ordering and Inventory holding costs
  • 14. We have considered the proposed model as a combination of two sub-problems:  Location-Allocation Problem (LAP) 1. Retailer facility location 2. Customer zone allocation  Pricing-Inventory Problem (PIP) 3. Optimal pricing policy 4. Optimal inventory cycle time
  • 15. LAP solved using modified PSO • No. of customer zones • Their locations • Production facility location • No. of retailer facilities • Retailer locations • Operational facilities • Customer allocation • Capacity • Fixed cost • Operational cost • Distance parameters PIP solved with Gradient search • Optimal pricing policy • Optimal inventory cycle time
  • 16. 1. Particle Swarm Optimization (PSO)  Memory based (personal and global best position)  Communication involved (for searching the global best position of the swarm) Source: Google images
  • 17. 1. Particle Swarm Optimization (PSO)  Involves two main search variables- Position and Velocity  Updated in each iteration – fitness value for updated position of particle keeps on increasing with iteration  Drawback- If a particle discovers a local optimal, all the other particles will move closer to it, then particles are in the dilemma of local optimal point. ◦ This is known as premature convergence.
  • 18. 2. Evolutionary game-based replicator dynamics  It allows the fitness to incorporate the distribution of population types rather than setting the fitness of a particular type constant.  The general form of the evolutionary game consists of three key components: Players, Strategies space and Payoff function. Particles in a swarm ------- Players in a game Research space ------- Strategies space Velocity ------- Rate of proportion change Fitness function ------- Payoff function gBest ------- Evolutionary stable strategy Based on: Liu, Wei-Bing, and Xian-Jia Wang. "An evolutionary game based particle swarm optimization algorithm." Journal of Computational and Applied Mathematics 214.1 (2008): 30-35.
  • 19. 2. Evolutionary game based replicator dynamics Where . xi – change rate of proportion of population of type i xi - proportion of population opting for strategy i, x=(x1,…,xn) - vector of the distribution of population types, fi(x) - fitness of type i (which is dependent on the population), ɸ(x) - average population fitness
  • 20. 2. Evolutionary game based replicator dynamics  We update the velocities of particles using the replicator equation and then update the positions.  This speeds up the convergence of our algorithm.
  • 21.  To avoid premature convergence, we use the concept of mutation.  Mutation- To diversify the population when it starts converging at a point.  A larger research space is explored and chances of obtaining a global optima increases  Diversity index, D(t)- Variable responsible to trigger mutation Based on: Lin, M. O., and Zheng Hua. "Improved PSO algorithm with adaptive inertia weight and mutation." Computer Science and Information Engineering, 2009 WRI World Congress on. Vol. 4. IEEE, 2009. Proposed Solution Approach
  • 22. IPSO  Adaptive Weight Update  In our algorithm we have used adaptive weight update method to make the updating process more dynamic.  We use the rate of change of fitness at each iteration to update the weight. Proposed Solution Approach
  • 23. Initialization Iterations If t > T Weight update (linear) Weight Update (adaptive) Mutation trigger Probabilistic mutation of some particle positions FalseTrue Yes Velocity and Position Update (PSO) Velocity and Position update (Replicator Dynamics) Update pBesti Update gBest No
  • 24.  We use a 100x100 2D space as our search space.  We used real life data where possible; otherwise, realistic assumptions were made Parameter Value # Customer Zones, M 20 # Retailer Facilities, N 10
  • 25. This is a randomly generated market area showing the locations of production facility and all the identified customer zones
  • 26. Results obtained after implementation of the IPSO algorithm
  • 27. Performance of IPSO algorithm
  • 28.  Once the LAP problem is solved, we will have the retailer locations and customer zone allocation schema determined.  We then tackle the PIP problem and try to maximize the profit function Z (the mathematical model developed earlier) using gradient search method.  In our numerical example, we assumed: ◦ manufacturing cost ‘c’ for a new unit = $100; ◦ remanufacturing cost ‘cr’ = $15; and ◦ salvage value ‘s’ of the returned product = $60.
  • 29.  The gradient search algorithm produces the optimal value of selling price as p =127.57 for a new product and the incentive r=18.89 for returned products.  So, the maximum profit that the company can make by selling one unit of new product is (127.57 -100) = 27.57 per unit.  If the company decides to sell the remanufactured product at it’s salvage value, it will earn (60-18.89-15) = 26.11 per unit
  • 30.  The optimal inventory time Tj, is calculated from the standard Economic Order Quantity (EOQ) model equation. Tj = 2𝐴 𝑗 𝑖 [𝑁 𝑖 𝑒−𝑘𝑝 𝑥 𝑖𝑗 𝛼 𝑖𝑗 𝑇 𝑗ℎ𝑛 𝑗+𝑁𝑖 1−𝑒−𝑔𝑟 𝑥𝑖𝑗 𝛽𝑖𝑗 𝑇 𝑗ℎ𝑟 𝑗] Retailer Facility (j) Optimal Inventory Cycle Time (Tj) 1 Inf 2 6.95 3 11.42 4 11.42 5 5.03 6 4.31 7 2.81 8 7.66 9 4.12 10 10.41
  • 31.  We have compared the results produced by our algorithm with three other algorithms: PSO, simulated annealing (SA), genetic algorithm (GA) to evaluate the ◦ Performance (e.g. solution quality); and ◦ Efficiency (e.g. convergence speed) of the proposed algorithm.
  • 32. 200 400 600 800 1000 1200 1400 1600 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA GA Number of function evaluations Fitnessvalue 1. For M=20 and N=10
  • 33. 250 270 290 310 330 350 370 390 410 430 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA Number of function evaluations Fitnessvalue 1. For M=20 and N=10 (excluding GA)
  • 34. 2. For M=30 and N=15 400 600 800 1000 1200 1400 1600 1800 2000 2200 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA GA Number of function evaluations Fitnessvalue
  • 35. 450 470 490 510 530 550 570 590 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA 2. For M=30 and N=15 Fitnessvalue Number of function evaluations (excluding GA)
  • 36. 3. For M=50 and N=20 0 500 1000 1500 2000 2500 3000 3500 4000 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA GA Fitnessvalue Number of function evaluations
  • 37. 3. For M=50 and N=20 780 800 820 840 860 880 900 920 940 0 5000 10000 15000 20000 25000 30000 35000 IPSO PSO SA Number of function evaluations Fitnessvalue
  • 38.  Further sensitivity analysis to improve robustness  Routing decision making can also be incorporated into the model  Salvage value of the returned products can be differentiated based on the age of used product
  • 39. SMART Infrastructure Facility  Prof Pascal Perez  Ms Tania Brown  Dr Nagesh Shukla School of MMM  Prof Gursel Alici  Prof Kiet Tieu  Dr Senevi Kiridena Prof Roger Lewis (ADR, EIS)