Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Source
    • Language
865 result(s) for "bee swarm optimisation algorithm"
Sort by:
Multi-Objective Bee Swarm Optimization Algorithm with Minimum Manhattan Distance for Passive Power Filter Optimization Problems
Harmonic distortion in power systems is a significant problem, and it is thus necessary to mitigate critical harmonics. This study proposes an optimal method for designing passive power filters (PPFs) to suppress these harmonics. The design of a PPF involves multi-objective optimization. A multi-objective bee swarm optimization (MOBSO) with Pareto optimality is implemented, and an external archive is used to store the non-dominated solutions obtained. The minimum Manhattan distance strategy was used to select the most balanced solution in the Pareto solution set. A series of case studies are presented to demonstrate the efficiency and superiority of the proposed method. Therefore, the proposed method has a very promising future not only in filter design but also in solving other multi-objective optimization problems.
Channel assignment based on bee algorithms in multi-hop cognitive radio networks
Spectrum management policies are responsible for poor utilisation of the radio spectrum. By carrying out dynamic spectrum management (DSM), cognitive radio (CR) can increase the radio spectrum in wireless systems efficiently. CR technology accounts for the improvement in the spectrum utilisation significantly. One issue of DSM in CR is the assignment of frequency channels among its users. Herein, a general model and four utility functions for optimal channel assignment in open spectrum systems such as CR networks have been defined. First, a new utility function with a better fairness than the other functions is proposed. Then, two new different channel assignment methods, based on the artificial bee colony (ABC) and bee swarm optimisation (BSO) algorithms, are proposed, whereas other certain evolutionary algorithms and colour sensitive graph colouring (CSGC) are used to compare the performances. In order to decrease the search space, based on the channel availability and interference constraints a mapping process between the channel assignment matrix and the position of the bees has been proposed. Our simulation results, compared to the optimal solutions, show that our algorithms drastically improve network performance by reducing interference.
A new artificial bee swarm algorithm for optimization of proton exchange membrane fuel cell model parameters
An appropriate mathematical model can help researchers to simulate, evaluate, and control a proton exchange membrane fuel cell (PEMFC) stack system. Because a PEMFC is a nonlinear and strongly coupled system, many assumptions and approximations are considered during modeling. Therefore, some differences are found between model results and the real performance of PEMFCs. To increase the precision of the models so that they can describe better the actual performance, optimization of PEMFC model parameters is essential. In this paper, an artificial bee swarm optimization algorithm, called ABSO, is proposed for optimizing the parameters of a steady-state PEMFC stack model suitable for electrical engineering applications. For studying the usefulness of the proposed algorithm, ABSO-based results are compared with the results from a genetic algorithm (GA) and particle swarm optimization (PSO). The results show that the ABSO algorithm outperforms the other algorithms.
Artificial bee colony-based nonrigid demons registration
The artificial bee colony (ABC) algorithm has gained popularity in recent years for its ability to solve optimization problems. The accuracy and resilience of ABC-based image processing techniques have demonstrated encouraging outcomes. The ABC method is an excellent solution for image processing issues since it has the ability to swiftly and effectively explore the search space. The current research intends to address image registration issues by refining the existing image registration strategy using ABC algorithm. The process of nonrigid demons registration is frequently employed in the processing of medical images. The combination of these two techniques is referred to as the ABC-based nonrigid demons registration method. The proposed method has shown superior performance in registration accuracy and efficiency compared to other existing methods. Applications in medical image analysis and computer-assisted diagnosis are highly promising for the ABC-based nonrigid demons registration. Particle swarm optimization (PSO) and frameworks based on genetic algorithms (GA) have been compared with the suggested framework. The observed results showed improved accuracy and faster convergence in ABC-based demons registration.
Hyperparameter Search for Machine Learning Algorithms for Optimizing the Computational Complexity
For machine learning algorithms, fine-tuning hyperparameters is a computational challenge due to the large size of the problem space. An efficient strategy for adjusting hyperparameters can be established with the use of the greedy search and Swarm intelligence algorithms. The Random Search and Grid Search optimization techniques show promise and efficiency for this task. The small population of solutions used at the outset, and the costly goal functions used by these searches, can lead to slow convergence or execution time in some cases. In this research, we propose using the machine learning model known as Support Vector Machine and optimizing it using four distinct algorithms—the Ant Bee Colony Algorithm, the Genetic Algorithm, the Whale Optimization, and the Particle Swarm Optimization—to evaluate the computational cost of SVM after hyper-tuning. Computational complexity comparisons of these optimization algorithms were performed to determine the most effective strategies for hyperparameter tuning. It was found that the Genetic Algorithm had a lower temporal complexity than other algorithms.
25 Years of Particle Swarm Optimization: Flourishing Voyage of Two Decades
From the past few decades many nature inspired algorithms have been developed and gaining more popularity because of their effectiveness in solving problems of distinct application domains. Undoubtedly, Particle swarm optimization (PSO) algorithm is the most successful optimization algorithm among the available nature inspired algorithms such as simulated annealing, genetic algorithm, differential evolution, firefly, cuckoo etc., because of its high efficiency and capability to adjust in different dynamic environments. This year marks its 25th anniversary of PSO, one of the base inspirations for many modern-day metaheuristics development. Because of its simple structure and few number of algorithmic parameters, PSO from its origin has acquired widespread popularity amongst researchers, technocrats and practitioners and has been proven to provide better performance in various functional areas such as networking, robotics, image segmentation, power generation and controlling, fuzzy systems and so on. PSO is a population based global heuristic optimization approach motivated by the social behavior of animals chasing for food such as flock of birds, schools of fish. PSO attempts to stabilize exploration and exploitation by combining local search capabilities with global search capabilities. In this article, an in-depth analysis of PSO with its developments from 1995 to 2020 has been presented. Mainly, the improved variants of PSO along with solvable application areas are discussed in detail to provide a scope for the further development. At the end of the paper, the growth of the PSO in various application areas has been presented with factual representation. The main motive of this survey is to inspire the researchers, practitioners and technocrats to develop improved and innovative solutions for solving complex problems in various domains using PSO.
A conceptual comparison of the Cuckoo-search, particle swarm optimization, differential evolution and artificial bee colony algorithms
In this paper, the algorithmic concepts of the Cuckoo-search (CK), Particle swarm optimization (PSO), Differential evolution (DE) and Artificial bee colony (ABC) algorithms have been analyzed. The numerical optimization problem solving successes of the mentioned algorithms have also been compared statistically by testing over 50 different benchmark functions. Empirical results reveal that the problem solving success of the CK algorithm is very close to the DE algorithm. The run-time complexity and the required function-evaluation number for acquiring global minimizer by the DE algorithm is generally smaller than the comparison algorithms. The performances of the CK and PSO algorithms are statistically closer to the performance of the DE algorithm than the ABC algorithm. The CK and DE algorithms supply more robust and precise results than the PSO and ABC algorithms.
A powerful and efficient algorithm for numerical function optimization: artificial bee colony (ABC) algorithm
Swarm intelligence is a research branch that models the population of interacting agents or swarms that are able to self-organize. An ant colony, a flock of birds or an immune system is a typical example of a swarm system. Bees' swarming around their hive is another example of swarm intelligence. Artificial Bee Colony (ABC) Algorithm is an optimization algorithm based on the intelligent behaviour of honey bee swarm. In this work, ABC algorithm is used for optimizing multivariable functions and the results produced by ABC, Genetic Algorithm (GA), Particle Swarm Algorithm (PSO) and Particle Swarm Inspired Evolutionary Algorithm (PS-EA) have been compared. The results showed that ABC outperforms the other algorithms. [PUBLICATION ABSTRACT]
A Comprehensive Review of Swarm Optimization Algorithms
Many swarm optimization algorithms have been introduced since the early 60's, Evolutionary Programming to the most recent, Grey Wolf Optimization. All of these algorithms have demonstrated their potential to solve many optimization problems. This paper provides an in-depth survey of well-known optimization algorithms. Selected algorithms are briefly explained and compared with each other comprehensively through experiments conducted using thirty well-known benchmark functions. Their advantages and disadvantages are also discussed. A number of statistical tests are then carried out to determine the significant performances. The results indicate the overall advantage of Differential Evolution (DE) and is closely followed by Particle Swarm Optimization (PSO), compared with other considered approaches.
Weighted differential evolution algorithm for numerical function optimization: a comparative study with cuckoo search, artificial bee colony, adaptive differential evolution, and backtracking search optimization algorithms
In this paper, weighted differential evolution algorithm (WDE) has been proposed for solving real-valued numerical optimization problems. When all parameters of WDE are determined randomly, in practice, WDE has no control parameter but the pattern size. WDE can solve unimodal, multimodal, separable, scalable, and hybrid problems. WDE has a very fast and quite simple structure, in addition, it can be parallelized due to its non-recursive nature. WDE has a strong exploration and exploitation capability. In this paper, WDE’s success in solving CEC’ 2013 problems was compared to 4 different EAs (i.e., CS, ABC, JADE, and BSA) statistically. One 3D geometric optimization problem (i.e., GPS network adjustment problem) and 4 constrained engineering design problems were used to examine the WDE’s ability to solve real-world problems. Results obtained from the performed tests showed that, in general, problem-solving success of WDE is statistically better than the comparison algorithms that have been used in this paper.