Skip to main content

Five Most Used Classical Optimization Algorithm



Classical Optimization Algorithms can be defined as "COA is defined as that algorithm which can be used to identify the best solution from a set of available solutions which is continuous and differentiable. "

Although due to the limitations like the requirement of continuous and differentiable functions such algorithm can not be applied for various objectives however due to the iteration time and optimization efficiency the following five COA is used widely including practical and real-life problems :

Linear programming: Both Objective and Constraint function is represented by a linear function.

Integer programming: Uses linear programs in which at least one variable uses only integer values.

Dynamic programming: here both or anyone's objective or constraint function depends on dynamic functions.

Stochastic programming: Here random function is used to vary the objective function

Quadratic programming: Objective Function is represented by the quadratic function and constraints may be depicted by linear functions

For the complete course on Optimization Techniques: Introduction to Optimization Techniques

or find it at Baipatra.
"Subscribe to this blog through Substack https://hydrogeek.substack.com/ Subscribe to our product feed : https://gumroad.com/innovated

Popular posts from this blog

Seven Most Tenable Application of Artificial Intelligence on Water Resource Management Problems

AI or Artificial Intelligence is a pioneering technique that has enabled the creation of intelligent machines. or smart machines which have the power to self adapt based on the situation presented to them. It requires situations whose response is known and based on this training data set it learns the problems which it has to solve when it is ready. Due to the alarming success with AI in robotics, electronics, etc fields the same technique is now used to solve the problems of water resource management. This ppt shows the seven most notable use of AI in water resources-based problems where satisfactory improvement has encouraged the further application of the technique. View the Presentation Dr.Mrinmoy Majumder, My ResearchGate Id : Mrinmoy_Majumder Home Page: http://www.mrinmoymajumder.com   Author of: Lecture Notes on MCDM Indian Link  ; Global Link :

Introduction to Glowworm Optimization Algorithm

Overview of the Glow Worm Algorithm Explanation of the original Glow Worm Algorithm  The Hybrid Glow Worm Algorithm is an important algorithm to study and understand because of its ability to effectively solve complex optimization problems. By combining the strengths of different algorithms, it offers a flexible and adaptable solution approach that can be applied to various domains. Understanding this algorithm can help researchers and practitioners in developing efficient and effective optimization strategies for their specific problem instances.  The original Glow Worm Algorithm is a swarm intelligence-based optimization algorithm inspired by the behavior of glow worms in nature. It involves a population of virtual glow worms that interact with each other and their environment to find optimal solutions.  The algorithm uses a combination of local and global search strategies, allowing the glow worms to explore and exploit the search space effectively. Additionally, the a...