SlideShare ist ein Scribd-Unternehmen logo
1 von 15
OPTIMIZATION-
SIMULATED ANNEALING
CONTENT
 INTRODUCTION
 MOTIVATION
 METHOD
 APPLICATION
 CASE STUDY
 CONCLUSION
 REFERENCES
OPTIMIZATION
 It is a selection of best element (with regard to some
criteria) from some set of available alternatives.
 In the simplest case, an optimization problem consist
of maximizing or minimizing a real function by
choosing input values from within an allowed set and
computing the value of function.
INTRODUCTION
SIMULATED ANNEALING
 Simulated annealing (SA) is a random-search
technique which exploits an analogy between the way
in which a metal cools and freezes into a minimum
energy crystalline structure (the annealing process)
and the search for a minimum in a more general
system; it forms the basis of an optimisation
technique for combinatorial and other problems.
 The name and inspiration come from annealing in
metallurgy.
 Simulated annealing was developed in 1983 to deal
with highly nonlinear problems.
OTHER NAMES
 Monte Carlo Annealing
 Statistical Cooling
 Probabilistic Hill Climbing
 Stochastic Relaxation
 Probabilistic Exchange Algorithm
MOTIVATION
 Annealing in metals.
 Heat the solid state metal to a high temperature.
 Cool it down very slowly according to a specific
schedule.
 If the heating temperature is sufficiently high to
ensure random state and the cooling process is slow
enough to ensure thermal equilibrium, then the atoms
will place themselves in a pattern that corresponds to
the global energy minimum of a perfect crystal.
METHOD
 Step 1: Initialize – Start with a random initial
placement. Initialize a very high “temperature”.
 Step 2: Move – Perturb the placement through a
defined move.
 Step 3: Calculate score – calculate the change in the
score due to the move made.
 Step 4: Choose – Depending on the change in score,
accept or reject the move. The prob of acceptance
depending on the current “temperature”.
 Step 5: Update and repeat– Update the temperature
value by lowering the temperature. Go back to Step 2.
 The process is done until “Freezing Point” is reached.
COOLING SCHEDULE
HILL CLIMBING
HILL CLIMBING
HILL CLIMBING
HILL CLIMBING
COSTFUNCTION,C
NUMBER OF ITERATIONS
AT INIT_TEMP
AT FINAL_TEMP
Move accepted with
probability
= e-(^C/temp)
Unconditional Acceptance
CASE STUDY
 The wide utilization of heat exchangers in industrial
processes, their cost minimization is an important
target for both designers and users.
 Traditional design approaches are based on iterative
procedures which gradually change the design and
geometric parameters to satisfy a given heat duty and
constraints.
 The present study explores the use of non-traditional
optimization technique called simulated annealing.
 The SA approach is able to reduce the total cost of the
heat exchanger .
APPLICATION
 Circuit partitioning and placement.
 Strategy scheduling for capital products with complex
product structure.
 Umpire scheduling in US Open Tennis tournament!
 Event-based learning situations.
HOW TO COPE WITH
DISADVANTAGES
 Repeat algorithm many times with different initial
configurations
 Use information gathered in previous runs
 Use a more complex Generation Function to jump out
of local optimum
 Use a more complex Evaluation Criterion that accepts
sometimes (randomly) also solutions away from the
(local) optimum
CONCLUSION
 Simulated Annealing algorithms are usually better
than greedy algorithms, when it comes to problems
that have numerous locally optimum solutions.
 Simulated Annealing is not the best solution to circuit
partitioning or placement. Network flow approach to
solving these problems functions much faster.
 Simulated Annealing guarantees a convergence upon
running sufficiently large number of iterations.
REFERENCES
 Aarst, “Simulated annealing and Boltzman
machines”, Wiley, 1989.
 Duda Hart Stork, “Pattern Classification”, Wiley
Interscience, 2001.
 Otten, “The Annealing Algorithm”, Kluwer
Academic Publishers, 1989.
 Sherwani, “Algorithms for VLSI Physical Design
Automation”, Kluwer Academic Publishers, 1999.
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated AnnealingJason Larsen
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealingkellison00
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic AlgorithmsDr. C.V. Suresh Babu
 
Genetic algorithm ppt
Genetic algorithm pptGenetic algorithm ppt
Genetic algorithm pptMayank Jain
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceSahil Kumar
 
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
 
Analysis and Design of Algorithms
Analysis and Design of AlgorithmsAnalysis and Design of Algorithms
Analysis and Design of AlgorithmsBulbul Agrawal
 
State space search
State space searchState space search
State space searchchauhankapil
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisXin-She Yang
 
Genetic_Algorithm_AI(TU)
Genetic_Algorithm_AI(TU)Genetic_Algorithm_AI(TU)
Genetic_Algorithm_AI(TU)Kapil Khatiwada
 
MACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMMACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMPuneet Kulyana
 
Genetic Algorithm in Artificial Intelligence
Genetic Algorithm in Artificial IntelligenceGenetic Algorithm in Artificial Intelligence
Genetic Algorithm in Artificial IntelligenceSinbad Konick
 

Was ist angesagt? (20)

Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealing
 
Simulated annealing
Simulated annealingSimulated annealing
Simulated annealing
 
Tabu search
Tabu searchTabu search
Tabu search
 
Metaheuristics
MetaheuristicsMetaheuristics
Metaheuristics
 
Genetic Algorithms
Genetic AlgorithmsGenetic Algorithms
Genetic Algorithms
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealing
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
Genetic algorithm ppt
Genetic algorithm pptGenetic algorithm ppt
Genetic algorithm ppt
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial Intelligence
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
 
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
 
Analysis and Design of Algorithms
Analysis and Design of AlgorithmsAnalysis and Design of Algorithms
Analysis and Design of Algorithms
 
State space search
State space searchState space search
State space search
 
Genetic Algorithm
Genetic AlgorithmGenetic Algorithm
Genetic Algorithm
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical Analysis
 
Introduction to optimization Problems
Introduction to optimization ProblemsIntroduction to optimization Problems
Introduction to optimization Problems
 
Genetic_Algorithm_AI(TU)
Genetic_Algorithm_AI(TU)Genetic_Algorithm_AI(TU)
Genetic_Algorithm_AI(TU)
 
MACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMMACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHM
 
Genetic Algorithm in Artificial Intelligence
Genetic Algorithm in Artificial IntelligenceGenetic Algorithm in Artificial Intelligence
Genetic Algorithm in Artificial Intelligence
 

Ähnlich wie Optimization Simulated Annealing

Simulated Annealing for Optimal Power Flow (OPF)
Simulated Annealing for Optimal Power Flow (OPF)Simulated Annealing for Optimal Power Flow (OPF)
Simulated Annealing for Optimal Power Flow (OPF)Anmol Dwivedi
 
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptx
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptxInvestigation of heat transfer enhancement for a model 21 Feb 2021.pptx
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptxMahmoudShakier2
 
heat transfer enhancement for Central solar tower
heat transfer enhancement for Central solar towerheat transfer enhancement for Central solar tower
heat transfer enhancement for Central solar towerMahmoudShakier2
 
Exergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserExergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserIJERA Editor
 
Review of magnetic refrigeration system as alternative to conventional refrig...
Review of magnetic refrigeration system as alternative to conventional refrig...Review of magnetic refrigeration system as alternative to conventional refrig...
Review of magnetic refrigeration system as alternative to conventional refrig...Naji Abdullah
 
OPTIMIZATION- SIMULATED ANNEALING
OPTIMIZATION-SIMULATED ANNEALINGOPTIMIZATION-SIMULATED ANNEALING
OPTIMIZATION- SIMULATED ANNEALINGAbhishek Pandey
 
Thermal barrier Analysis in Diesel
Thermal barrier Analysis in DieselThermal barrier Analysis in Diesel
Thermal barrier Analysis in DieselIJMER
 
CFD Analysis and Melting Performance of PCMs in Two Dimensional Sphere
CFD Analysis and Melting Performance of PCMs in Two Dimensional SphereCFD Analysis and Melting Performance of PCMs in Two Dimensional Sphere
CFD Analysis and Melting Performance of PCMs in Two Dimensional SphereIRJET Journal
 
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...Dr.S.Thirumalvalavan
 
50 watt sterling engine
50 watt sterling engine50 watt sterling engine
50 watt sterling engineTufel Noorani
 
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptxDESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx446shahil28
 
Seminar Report - Phase Change Material (PCM).pdf
Seminar Report - Phase Change Material (PCM).pdfSeminar Report - Phase Change Material (PCM).pdf
Seminar Report - Phase Change Material (PCM).pdfShahidTavar
 
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...IRJET Journal
 
Using coolant modulation and pre cooling to avoid turbine blade
Using coolant modulation and pre cooling to avoid turbine bladeUsing coolant modulation and pre cooling to avoid turbine blade
Using coolant modulation and pre cooling to avoid turbine bladeRakesh Rauth
 
Validation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolValidation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolIRJET Journal
 

Ähnlich wie Optimization Simulated Annealing (20)

Poster on air pcm heat exchanger
Poster on air pcm heat exchangerPoster on air pcm heat exchanger
Poster on air pcm heat exchanger
 
Simulated Annealing for Optimal Power Flow (OPF)
Simulated Annealing for Optimal Power Flow (OPF)Simulated Annealing for Optimal Power Flow (OPF)
Simulated Annealing for Optimal Power Flow (OPF)
 
Ip3415871592
Ip3415871592Ip3415871592
Ip3415871592
 
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptx
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptxInvestigation of heat transfer enhancement for a model 21 Feb 2021.pptx
Investigation of heat transfer enhancement for a model 21 Feb 2021.pptx
 
heat transfer enhancement for Central solar tower
heat transfer enhancement for Central solar towerheat transfer enhancement for Central solar tower
heat transfer enhancement for Central solar tower
 
Exergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserExergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenser
 
Review of magnetic refrigeration system as alternative to conventional refrig...
Review of magnetic refrigeration system as alternative to conventional refrig...Review of magnetic refrigeration system as alternative to conventional refrig...
Review of magnetic refrigeration system as alternative to conventional refrig...
 
OPTIMIZATION- SIMULATED ANNEALING
OPTIMIZATION-SIMULATED ANNEALINGOPTIMIZATION-SIMULATED ANNEALING
OPTIMIZATION- SIMULATED ANNEALING
 
Thermal barrier Analysis in Diesel
Thermal barrier Analysis in DieselThermal barrier Analysis in Diesel
Thermal barrier Analysis in Diesel
 
CFD Analysis and Melting Performance of PCMs in Two Dimensional Sphere
CFD Analysis and Melting Performance of PCMs in Two Dimensional SphereCFD Analysis and Melting Performance of PCMs in Two Dimensional Sphere
CFD Analysis and Melting Performance of PCMs in Two Dimensional Sphere
 
K1303027277
K1303027277K1303027277
K1303027277
 
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...
Thermal testing, thermo mechanical and dynamic mechanical analysis & chem...
 
50 watt sterling engine
50 watt sterling engine50 watt sterling engine
50 watt sterling engine
 
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptxDESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx
DESIGN AND ANALYSIS OF PARABOLIC COLLECTOR.pptx
 
3 finite
3  finite3  finite
3 finite
 
Ah4102247256
Ah4102247256Ah4102247256
Ah4102247256
 
Seminar Report - Phase Change Material (PCM).pdf
Seminar Report - Phase Change Material (PCM).pdfSeminar Report - Phase Change Material (PCM).pdf
Seminar Report - Phase Change Material (PCM).pdf
 
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...
Study & Review of Heat Recovery Systems for SO2 Gas Generation Process in Sug...
 
Using coolant modulation and pre cooling to avoid turbine blade
Using coolant modulation and pre cooling to avoid turbine bladeUsing coolant modulation and pre cooling to avoid turbine blade
Using coolant modulation and pre cooling to avoid turbine blade
 
Validation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolValidation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational Tool
 

Mehr von Uday Wankar

TEACHING AND LEARNING BASED OPTIMISATION
TEACHING AND LEARNING BASED OPTIMISATIONTEACHING AND LEARNING BASED OPTIMISATION
TEACHING AND LEARNING BASED OPTIMISATIONUday Wankar
 
Optimization Shuffled Frog Leaping Algorithm
Optimization Shuffled Frog Leaping AlgorithmOptimization Shuffled Frog Leaping Algorithm
Optimization Shuffled Frog Leaping AlgorithmUday Wankar
 
Optimization technique genetic algorithm
Optimization technique genetic algorithmOptimization technique genetic algorithm
Optimization technique genetic algorithmUday Wankar
 
Optimization Technique Harmony Search
Optimization Technique Harmony Search Optimization Technique Harmony Search
Optimization Technique Harmony Search Uday Wankar
 
Optimization by Ant Colony Method
Optimization by Ant Colony MethodOptimization by Ant Colony Method
Optimization by Ant Colony MethodUday Wankar
 
Gas turbine engine
Gas turbine engineGas turbine engine
Gas turbine engineUday Wankar
 
Gas turbine engine
Gas turbine engineGas turbine engine
Gas turbine engineUday Wankar
 
Rewinding a brushless motor
Rewinding a brushless motorRewinding a brushless motor
Rewinding a brushless motorUday Wankar
 
Rewinding a bldc motor
Rewinding a bldc motorRewinding a bldc motor
Rewinding a bldc motorUday Wankar
 
Persistence of Vision Display
Persistence of Vision DisplayPersistence of Vision Display
Persistence of Vision DisplayUday Wankar
 
Arm cortex (lpc 2148) based motor speed
Arm cortex (lpc 2148) based motor speedArm cortex (lpc 2148) based motor speed
Arm cortex (lpc 2148) based motor speedUday Wankar
 
Arm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorArm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorUday Wankar
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Uday Wankar
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Uday Wankar
 
POWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTPOWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTUday Wankar
 
CSTPS training REPORT
CSTPS training REPORTCSTPS training REPORT
CSTPS training REPORTUday Wankar
 
Hybrid power generation by solar –wind
Hybrid power generation by solar –windHybrid power generation by solar –wind
Hybrid power generation by solar –windUday Wankar
 
Hybrid power generation by and solar –wind
Hybrid power generation by and solar –windHybrid power generation by and solar –wind
Hybrid power generation by and solar –windUday Wankar
 
Grid solving robot
Grid solving robotGrid solving robot
Grid solving robotUday Wankar
 
A PROJECT REPORT ON BGPPL BALARPUR
A PROJECT REPORT ON BGPPL BALARPURA PROJECT REPORT ON BGPPL BALARPUR
A PROJECT REPORT ON BGPPL BALARPURUday Wankar
 

Mehr von Uday Wankar (20)

TEACHING AND LEARNING BASED OPTIMISATION
TEACHING AND LEARNING BASED OPTIMISATIONTEACHING AND LEARNING BASED OPTIMISATION
TEACHING AND LEARNING BASED OPTIMISATION
 
Optimization Shuffled Frog Leaping Algorithm
Optimization Shuffled Frog Leaping AlgorithmOptimization Shuffled Frog Leaping Algorithm
Optimization Shuffled Frog Leaping Algorithm
 
Optimization technique genetic algorithm
Optimization technique genetic algorithmOptimization technique genetic algorithm
Optimization technique genetic algorithm
 
Optimization Technique Harmony Search
Optimization Technique Harmony Search Optimization Technique Harmony Search
Optimization Technique Harmony Search
 
Optimization by Ant Colony Method
Optimization by Ant Colony MethodOptimization by Ant Colony Method
Optimization by Ant Colony Method
 
Gas turbine engine
Gas turbine engineGas turbine engine
Gas turbine engine
 
Gas turbine engine
Gas turbine engineGas turbine engine
Gas turbine engine
 
Rewinding a brushless motor
Rewinding a brushless motorRewinding a brushless motor
Rewinding a brushless motor
 
Rewinding a bldc motor
Rewinding a bldc motorRewinding a bldc motor
Rewinding a bldc motor
 
Persistence of Vision Display
Persistence of Vision DisplayPersistence of Vision Display
Persistence of Vision Display
 
Arm cortex (lpc 2148) based motor speed
Arm cortex (lpc 2148) based motor speedArm cortex (lpc 2148) based motor speed
Arm cortex (lpc 2148) based motor speed
 
Arm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorArm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC Motor
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
 
POWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTPOWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENT
 
CSTPS training REPORT
CSTPS training REPORTCSTPS training REPORT
CSTPS training REPORT
 
Hybrid power generation by solar –wind
Hybrid power generation by solar –windHybrid power generation by solar –wind
Hybrid power generation by solar –wind
 
Hybrid power generation by and solar –wind
Hybrid power generation by and solar –windHybrid power generation by and solar –wind
Hybrid power generation by and solar –wind
 
Grid solving robot
Grid solving robotGrid solving robot
Grid solving robot
 
A PROJECT REPORT ON BGPPL BALARPUR
A PROJECT REPORT ON BGPPL BALARPURA PROJECT REPORT ON BGPPL BALARPUR
A PROJECT REPORT ON BGPPL BALARPUR
 

Kürzlich hochgeladen

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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune 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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 

Kürzlich hochgeladen (20)

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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune 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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 

Optimization Simulated Annealing

  • 2. CONTENT  INTRODUCTION  MOTIVATION  METHOD  APPLICATION  CASE STUDY  CONCLUSION  REFERENCES
  • 3. OPTIMIZATION  It is a selection of best element (with regard to some criteria) from some set of available alternatives.  In the simplest case, an optimization problem consist of maximizing or minimizing a real function by choosing input values from within an allowed set and computing the value of function. INTRODUCTION
  • 4. SIMULATED ANNEALING  Simulated annealing (SA) is a random-search technique which exploits an analogy between the way in which a metal cools and freezes into a minimum energy crystalline structure (the annealing process) and the search for a minimum in a more general system; it forms the basis of an optimisation technique for combinatorial and other problems.  The name and inspiration come from annealing in metallurgy.  Simulated annealing was developed in 1983 to deal with highly nonlinear problems.
  • 5. OTHER NAMES  Monte Carlo Annealing  Statistical Cooling  Probabilistic Hill Climbing  Stochastic Relaxation  Probabilistic Exchange Algorithm
  • 6. MOTIVATION  Annealing in metals.  Heat the solid state metal to a high temperature.  Cool it down very slowly according to a specific schedule.  If the heating temperature is sufficiently high to ensure random state and the cooling process is slow enough to ensure thermal equilibrium, then the atoms will place themselves in a pattern that corresponds to the global energy minimum of a perfect crystal.
  • 7. METHOD  Step 1: Initialize – Start with a random initial placement. Initialize a very high “temperature”.  Step 2: Move – Perturb the placement through a defined move.  Step 3: Calculate score – calculate the change in the score due to the move made.  Step 4: Choose – Depending on the change in score, accept or reject the move. The prob of acceptance depending on the current “temperature”.  Step 5: Update and repeat– Update the temperature value by lowering the temperature. Go back to Step 2.  The process is done until “Freezing Point” is reached.
  • 9. HILL CLIMBING HILL CLIMBING HILL CLIMBING HILL CLIMBING COSTFUNCTION,C NUMBER OF ITERATIONS AT INIT_TEMP AT FINAL_TEMP Move accepted with probability = e-(^C/temp) Unconditional Acceptance
  • 10. CASE STUDY  The wide utilization of heat exchangers in industrial processes, their cost minimization is an important target for both designers and users.  Traditional design approaches are based on iterative procedures which gradually change the design and geometric parameters to satisfy a given heat duty and constraints.  The present study explores the use of non-traditional optimization technique called simulated annealing.  The SA approach is able to reduce the total cost of the heat exchanger .
  • 11. APPLICATION  Circuit partitioning and placement.  Strategy scheduling for capital products with complex product structure.  Umpire scheduling in US Open Tennis tournament!  Event-based learning situations.
  • 12. HOW TO COPE WITH DISADVANTAGES  Repeat algorithm many times with different initial configurations  Use information gathered in previous runs  Use a more complex Generation Function to jump out of local optimum  Use a more complex Evaluation Criterion that accepts sometimes (randomly) also solutions away from the (local) optimum
  • 13. CONCLUSION  Simulated Annealing algorithms are usually better than greedy algorithms, when it comes to problems that have numerous locally optimum solutions.  Simulated Annealing is not the best solution to circuit partitioning or placement. Network flow approach to solving these problems functions much faster.  Simulated Annealing guarantees a convergence upon running sufficiently large number of iterations.
  • 14. REFERENCES  Aarst, “Simulated annealing and Boltzman machines”, Wiley, 1989.  Duda Hart Stork, “Pattern Classification”, Wiley Interscience, 2001.  Otten, “The Annealing Algorithm”, Kluwer Academic Publishers, 1989.  Sherwani, “Algorithms for VLSI Physical Design Automation”, Kluwer Academic Publishers, 1999.