Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
93
result(s) for
"symbiotic organisms search algorithm"
Sort by:
A Cloud Computing-Based Modified Symbiotic Organisms Search Algorithm (AI) for Optimal Task Scheduling
by
Razak, Shukor Abd
,
Yafooz, Wael M. S.
,
Saad, Aldosary
in
Algorithms
,
Artificial Intelligence
,
Cloud Computing
2022
The search algorithm based on symbiotic organisms’ interactions is a relatively recent bio-inspired algorithm of the swarm intelligence field for solving numerical optimization problems. It is meant to optimize applications based on the simulation of the symbiotic relationship among the distinct species in the ecosystem. The task scheduling problem is NP complete, which makes it hard to obtain a correct solution, especially for large-scale tasks. This paper proposes a modified symbiotic organisms search-based scheduling algorithm for the efficient mapping of heterogeneous tasks to access cloud resources of different capacities. The significant contribution of this technique is the simplified representation of the algorithm’s mutualism process, which uses equity as a measure of relationship characteristics or efficiency of species in the current ecosystem to move to the next generation. These relational characteristics are achieved by replacing the original mutual vector, which uses an arithmetic mean to measure the mutual characteristics with a geometric mean that enhances the survival advantage of two distinct species. The modified symbiotic organisms search algorithm (G_SOS) aims to minimize the task execution time (makespan), cost, response time, and degree of imbalance, and improve the convergence speed for an optimal solution in an IaaS cloud. The performance of the proposed technique was evaluated using a CloudSim toolkit simulator, and the percentage of improvement of the proposed G_SOS over classical SOS and PSO-SA in terms of makespan minimization ranges between 0.61–20.08% and 1.92–25.68% over a large-scale task that spans between 100 to 1000 Million Instructions (MI). The solutions are found to be better than the existing standard (SOS) technique and PSO.
Journal Article
Symbiotic organisms search algorithm for optimal power flow problem based on valve-point effect and prohibited zones
by
Duman, Serhat
in
Artificial Intelligence
,
Computational Biology/Bioinformatics
,
Computational Science and Engineering
2017
In this study, symbiotic organisms search (SOS) stochastic method is proposed to solve the optimal power flow (OPF) problem with valve-point effect and prohibited zones, which is one of the most important problems of the modern power system. The SOS approach is defined as the symbiotic relationships observed between two organisms in the ecosystem, which do not need the control parameters unlike other meta-heuristic algorithms in the literature. The effectiveness of the proposed SOS method is tested on modified IEEE 30-bus test system. The OPF problem is considered with four different test cases, such as (1) without valve-point effect and prohibited zones, (2) with valve-point effect, (3) with prohibited zones and (4) with valve-point effect and prohibited zones. The obtained results from the SOS algorithm are compared with the other optimization techniques in the literature. The obtained comparison results indicate that proposed approach is effective to reach optimal solution for the OPF problem.
Journal Article
A modified symbiotic organisms search algorithm for unmanned combat aerial vehicle route planning problem
by
Miao, Fahui
,
Zhou, Yongquan
,
Luo, Qifang
in
randomly generated threat area
,
route planning
,
simplex method
2019
Route planning is the core component of unmanned combat aerial vehicle (UCAV) systems and the premise for implementation of airborne reconnaissance, surveillance, combat, and other tasks. The purpose is to find the optimal flight route under certain constraints, and its essence is a multi-constrained global optimisation problem. This paper presents a modified symbiotic organisms search algorithm based on the simplex method (SMSOS) to solve the UCAV path planning problem. In addition to the flight environment for the fixed threat area, this paper tested the flight environment of the randomly generated threat area because of the complexity of the actual battlefield threat area. After many simulation tests, it was concluded that SMSOS can find the shortest flight path while avoiding the threat areas. The experimental results show that SMSOS has faster convergence speed, higher precision, and stronger robustness than the other main swarm intelligence algorithms for solving the UCAV flight planning problem.
Journal Article
Comparative Analysis of Machine Learning and Evolutionary Optimization Algorithms for Precision Micropropagation of Cannabis sativa: Prediction and Validation of in vitro Shoot Growth and Development Based on the Optimization of Light and Carbohydrate Sources
by
Jones, Andrew Maxwell Phineas
,
Hesami, Mohsen
,
Pepe, Marco
in
Adaptive systems
,
Algorithms
,
artificial neural networks
2021
Micropropagation techniques offer opportunity to proliferate, maintain, and study dynamic plant responses in highly controlled environments without confounding external influences, forming the basis for many biotechnological applications. With medicinal and recreational interests for Cannabis sativa L. growing, research related to the optimization of in vitro practices is needed to improve current methods while boosting our understanding of the underlying physiological processes. Unfortunately, due to the exorbitantly large array of factors influencing tissue culture, existing approaches to optimize in vitro methods are tedious and time-consuming. Therefore, there is great potential to use new computational methodologies for analyzing data to develop improved protocols more efficiently. Here, we first tested the effects of light qualities using assorted combinations of Red, Blue, Far Red, and White spanning 0–100 μmol/m 2 /s in combination with sucrose concentrations ranging from 1 to 6% (w/v), totaling 66 treatments, on in vitro shoot growth, root development, number of nodes, shoot emergence, and canopy surface area. Collected data were then assessed using multilayer perceptron (MLP), generalized regression neural network (GRNN), and adaptive neuro-fuzzy inference system (ANFIS) to model and predict in vitro Cannabis growth and development. Based on the results, GRNN had better performance than MLP or ANFIS and was consequently selected to link different optimization algorithms [genetic algorithm (GA), biogeography-based optimization (BBO), interior search algorithm (ISA), and symbiotic organisms search (SOS)] for prediction of optimal light levels (quality/intensity) and sucrose concentration for various applications. Predictions of in vitro conditions to refine growth responses were subsequently tested in a validation experiment and data showed no significant differences between predicted optimized values and observed data. Thus, this study demonstrates the potential of machine learning and optimization algorithms to predict the most favorable light combinations and sucrose levels to elicit specific developmental responses. Based on these, recommendations of light and carbohydrate levels to promote specific developmental outcomes for in vitro Cannabis are suggested. Ultimately, this work showcases the importance of light quality and carbohydrate supply in directing plant development as well as the power of machine learning approaches to investigate complex interactions in plant tissue culture.
Journal Article
Hybrid whale optimization algorithm based on symbiosis strategy for global optimization
2023
The whale optimization algorithm (WOA) is a simple structured and easily implemented swarm-based algorithm inspired by the unique bubble-net feeding method of humpback whales. Past studies have shown that WOA performs well in a number of optimization problems. However, it is difficult for WOA to completely free itself from the problems of insufficient convergence accuracy and premature convergence when solving global optimization problems. To address these issues, a hybrid whale optimization algorithm based on symbiotic strategy (HWOAMS) is proposed in this paper. The main idea of the proposed method is to combine the improved symbiotic organisms search algorithm (SOS) with the whale optimization algorithm thus enhancing the search ability of WOA. First, an improved symbiotic phase based on Lévy flight and chaos strategy is introduced into the exploration process to enhance the global search capability; Second, an improved mutualism phase based on Brownian motion is used instead of the original shrinking encircling phase to achieve better local exploitation. Third, an improved parasitic phase based on a modified global optimal spiral operator strategy is embedded in the spiral updating position phase to help the algorithm further improve the exploitation efficiency and convergence accuracy. Finally, a global search strategy is proposed to help the algorithm better balance exploration and exploitation. To establish the effectiveness of the new algorithm, extensive simulation experiments are conducted on HWOAMS using the classical function test set, the CEC 2019 function set and four classical engineering problems. Numerical evaluation results indicate that HWOAMS outperforms 18 other algorithms in terms of local optimum avoidance ability and convergence accuracy in a majority of cases, and has better search performance.
Journal Article
Multi-Objective Unsupervised Feature Selection and Cluster Based on Symbiotic Organism Search
by
Nazri, Mohd Zakree Ahmad
,
Yaakub, Mohd Ridzwan Bin
,
AL-Gburi, Abbas Fadhil Jasim
in
Algorithms
,
Artificial intelligence
,
Classification
2024
Unsupervised learning is a type of machine learning that learns from data without human supervision. Unsupervised feature selection (UFS) is crucial in data analytics, which plays a vital role in enhancing the quality of results and reducing computational complexity in huge feature spaces. The UFS problem has been addressed in several research efforts. Recent studies have witnessed a surge in innovative techniques like nature-inspired algorithms for clustering and UFS problems. However, very few studies consider the UFS problem as a multi-objective problem to find the optimal trade-off between the number of selected features and model accuracy. This paper proposes a multi-objective symbiotic organism search algorithm for unsupervised feature selection (SOSUFS) and a symbiotic organism search-based clustering (SOSC) algorithm to generate the optimal feature subset for more accurate clustering. The efficiency and robustness of the proposed algorithm are investigated on benchmark datasets. The SOSUFS method, combined with SOSC, demonstrated the highest f-measure, whereas the KHCluster method resulted in the lowest f-measure. SOSFS effectively reduced the number of features by more than half. The proposed symbiotic organisms search-based optimal unsupervised feature-selection (SOSUFS) method, along with search-based optimal clustering (SOSC), was identified as the top-performing clustering approach. Following this, the SOSUFS method demonstrated strong performance. In summary, this empirical study indicates that the proposed algorithm significantly surpasses state-of-the-art algorithms in both efficiency and effectiveness. Unsupervised learning in artificial intelligence involves machine-learning techniques that learn from data without human supervision. Unlike supervised learning, unsupervised machine-learning models work with unlabeled data to uncover patterns and insights independently, without explicit guidance or instruction.
Journal Article
A hybrid symbiotic organisms search and simulated annealing technique applied to efficient design of PID controller for automatic voltage regulator
2018
This article is motivated by incorporating a hybrid symbiotic organisms search and simulated annealing (hSOS-SA) technique into efficient design of PID controller for automatic voltage regulator (AVR). Symbiotic organism search (SOS) algorithm is contemplated first to optimize parameters of PID controller using a new cost function which considers both time-domain and frequency-domain specifications. The excellence of SOS over some state-of-the-art techniques is confirmed through transient response analysis, root locus analysis and bode analysis for the identical AVR system. To fine-tune controller parameters for enhancing the system stability margin further, simulated annealing algorithm is invoked subsequently at the instant SOS has converged. Extensive numerical results computed from time and frequency response specifications affirm the superiority of proposed hSOS-SA algorithm such that after a minimal overshoot, hSOS-SA tuned AVR system settles to the step reference quickly and follows it with the least steady-state error. Such response is found to ensure a better stability margin than that using original SOS and earlier studies. Finally, robustness analysis is realized to verify that the designed controller is robust with regard to parameter uncertainties.
Journal Article
Design Optimization of Outer Rotor Toothed Doubly Salient Permanent Magnet Generator Using Symbiotic Organisms Search Algorithm
by
Charpentier, Jean-Frederic
,
Guerroudj, Cherif
,
Bekhouche, Lemnouer
in
doubly salient permanent magnet generator
,
electrical machines design
,
Engineering Sciences
2021
Wind turbine (WT) technology becomes more and more important due to the serious environmental and energy issues. The toothed poles outer rotor doubly salient permanent magnet (DSPM) generator with simple and durable design, high torque and high-power density has a great prospect in wind turbines application. The large diameter makes the construction of such a machine more convenient due to the installation of the turbine blades directly to the outer rotor generator surface. Nevertheless, the size of the generator must be increased to provide larger output power. This increases the generator’s mass. Thus, larger massive DSPM generators are undesirable in wind turbine design. In this paper, an optimization design procedure of the outer rotor doubly salient permanent magnet generator ORDSPMG is proposed for 10 kW WT application. The reduction of the generator weight is demonstrated and proofed. The considered machine version is characterized by having the same effective axial length and output torque imposed by the specifications relative to the 10 kW direct drive WT. An optimization procedure using a fast and effective method, namely the symbiotic organism search (SOS) algorithm coupled to a parametric two dimensional finite elements analysis (2D-FEA), is employed to optimize the machine parameters. The main parameters affecting the generator design are also analyzed. The results obtained reveal that the proposed generator topology presents low weight and thus high torque density among other satisfactory characteristics.
Journal Article
Solution for Voltage and Frequency Regulation in Standalone Microgrid using Hybrid Multiobjective Symbiotic Organism Search Algorithm
by
Kuppusamy, Ramya
,
Nikolovski, Srete
,
Teekaraman, Yuvaraja
in
Algorithms
,
Computer engineering
,
Controllers
2019
Voltage and frequency regulation is one of the greatest challenges for proper operation subsequent to the isolated microgrid. To validate the satisfactory electric power quality supply to customers, the proposed manuscript tries to enhance the quality of energy provided by DG (Distributed generation) units connected to the subsequent isolated grid. Microgrid and simulation-based control structure including voltage and current control feedback loops is proposed for microgrid inverters to recover voltage and frequency of the system subsequently for any fluctuations in load change. The proportional-integral (PI) controller connected to the voltage controller is an end goal to obtain smooth response in most of the consistent frameworks. The present controller creates the space vector pulse width modulation signals which are given to the three-leg inverter. The objective elements of the multiobjective optimization issue are voltage overshoot and undershoot, rise time, settling time, and integral time absolute error (ITAE). The hybrid Multiobjective Symbiotic Organism Search (MOSOS) calculation is associated for self-tuning of control parameters keeping in mind the end goal to deal with the voltage and frequency. The proposed PI controller, along with the hybrid Multiobjective Symbiotic Organism Search algorithm, provides the solution for the greatest challenge of voltage and frequency regulation in an isolated-microgrid operation.
Journal Article
A symbiotic organisms search algorithm-based design optimization of constrained multi-objective engineering design problems
by
Carbas, Serdar
,
Ustun, Deniz
,
Toktas, Abdurrahim
in
Constraints
,
Decision making
,
Design engineering
2021
Purpose
In line with computational technological advances, obtaining optimal solutions for engineering problems has become attractive research topics in various disciplines and real engineering systems having multiple objectives. Therefore, it is aimed to ensure that the multiple objectives are simultaneously optimized by considering them among the trade-offs. Furthermore, the practical means of solving those problems are principally concentrated on handling various complicated constraints. The purpose of this paper is to suggest an algorithm based on symbiotic organisms search (SOS), which mimics the symbiotic reciprocal influence scheme adopted by organisms to live on and breed within the ecosystem, for constrained multi-objective engineering design problems.
Design/methodology/approach
Though the general performance of SOS algorithm was previously well demonstrated for ordinary single objective optimization problems, its efficacy on multi-objective real engineering problems will be decisive about the performance. The SOS algorithm is, hence, implemented to obtain the optimal solutions of challengingly constrained multi-objective engineering design problems using the Pareto optimality concept.
Findings
Four well-known mixed constrained multi-objective engineering design problems and a real-world complex constrained multilayer dielectric filter design problem are tackled to demonstrate the precision and stability of the multi-objective SOS (MOSOS) algorithm. Also, the comparison of the obtained results with some other well-known metaheuristics illustrates the validity and robustness of the proposed algorithm.
Originality/value
The algorithmic performance of the MOSOS on the challengingly constrained multi-objective multidisciplinary engineering design problems with constraint-handling approach is successfully demonstrated with respect to the obtained outperforming final optimal designs.
Journal Article