Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (14)

Search Parameters:
Keywords = Fish School Search

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 5417 KB  
Article
Implementation of a Particle Swarm Optimization Algorithm with a Hooke’s Potential, to Obtain Cluster Structures of Carbon Atoms, and of Tungsten and Oxygen in the Ground State
by Jesús Núñez, Gustavo Liendo-Polanco, Jesús Lezama, Diego Venegas-Yazigi, José Rengel, Ulises Guevara, Pablo Díaz, Eduardo Cisternas, Tamara González-Vega, Laura M. Pérez and David Laroze
Inorganics 2025, 13(9), 293; https://doi.org/10.3390/inorganics13090293 - 31 Aug 2025
Viewed by 251
Abstract
Particle Swarm Optimization (PSO) is a metaheuristic optimization technique based on population behavior, inspired by the movement of a flock of birds or a school of fish. In this method, particles move in a search space to find the global minimum of an [...] Read more.
Particle Swarm Optimization (PSO) is a metaheuristic optimization technique based on population behavior, inspired by the movement of a flock of birds or a school of fish. In this method, particles move in a search space to find the global minimum of an objective function. In this work, a modified PSO algorithm written in Fortran 90 is proposed. The optimized structures obtained with this algorithm are compared with those obtained using the basin-hopping (BH) method written in Python (3.10), and complemented with density functional theory (DFT) calculations using the Gaussian 09 software. Additionally, the results are compared with the structural parameters reported from single crystal X-ray diffraction data for carbon clusters Cn(n = 3–5), and tungsten–oxygen clusters, WOnm(n = 4–6, m=2,4,6). The PSO algorithm performs the search for the minimum energy of a harmonic potential function in a hyperdimensional space R3N (where N is the number of atoms in the system), updating the global best position ( gbest) and local best position ( pbest), as well as the velocity and position vectors for each swarm cluster. A good approximation of the optimized structures and energies of these clusters was obtained, compared to the geometric optimization and single-point electronic energies calculated with the BH and DFT methods in the Gaussian 09 software. These results suggest that the PSO method, due to its low computational cost, could be useful for approximating a molecular structure associated with the global minimum of potential energy, accelerating the prediction of the most stable configuration or conformation, prior to ab initio electronic structure calculation. Full article
(This article belongs to the Special Issue Optical and Quantum Electronics: Physics and Materials)
Show Figures

Graphical abstract

15 pages, 1206 KB  
Article
A Simplified Fish School Search Algorithm for Continuous Single-Objective Optimization
by Elliackin Figueiredo, Clodomir Santana, Hugo Valadares Siqueira, Mariana Macedo, Attilio Converti, Anu Gokhale and Carmelo Bastos-Filho
Computation 2025, 13(5), 102; https://doi.org/10.3390/computation13050102 - 25 Apr 2025
Viewed by 480
Abstract
The Fish School Search (FSS) algorithm is a metaheuristic known for its distinctive exploration and exploitation operators and cumulative success representation approach. Despite its success across various problem domains, the FSS presents issues due to its high number of parameters, making its performance [...] Read more.
The Fish School Search (FSS) algorithm is a metaheuristic known for its distinctive exploration and exploitation operators and cumulative success representation approach. Despite its success across various problem domains, the FSS presents issues due to its high number of parameters, making its performance susceptible to improper parameterization. Additionally, the interplay between its operators requires a sequential execution in a specific order, requiring two fitness evaluations per iteration for each individual. This operator’s intricacy and the number of fitness evaluations pose the issue of costly fitness functions and inhibit parallelization. To address these challenges, this paper proposes a Simplified Fish School Search (SFSS) algorithm that preserves the core features of the original FSS while redesigning the fish movement operators and introducing a new turbulence mechanism to enhance population diversity and robustness against stagnation. The SFSS also reduces the number of fitness evaluations per iteration and minimizes the algorithm’s parameter set. Computational experiments were conducted using a benchmark suite from the CEC 2017 competition to compare the SFSS with the traditional FSS and five other well-known metaheuristics. The SFSS outperformed the FSS in 84% of the problems and achieved the best results among all algorithms in 10 of the 26 problems. Full article
Show Figures

Figure 1

35 pages, 8999 KB  
Article
An Improved Soft Island Model of the Fish School Search Algorithm with Exponential Step Decay Using Cluster-Based Population Initialization
by Liliya A. Demidova and Vladimir E. Zhuravlev
Stats 2025, 8(1), 10; https://doi.org/10.3390/stats8010010 - 22 Jan 2025
Viewed by 1207
Abstract
Optimization is a highly relevant area of research due to its widespread applications. The development of new optimization algorithms or the improvement of existing ones enhances the efficiency of various fields of activity. In this paper, an improved Soft Island Model (SIM) is [...] Read more.
Optimization is a highly relevant area of research due to its widespread applications. The development of new optimization algorithms or the improvement of existing ones enhances the efficiency of various fields of activity. In this paper, an improved Soft Island Model (SIM) is considered for the Tent-map-based Fish School Search algorithm with Exponential step decay (ETFSS). The proposed model is based on a probabilistic approach to realize the migration process relying on the statistics of the overall achievement of each island. In order to generate the initial population of the algorithm, a new initialization method is proposed in which all islands are formed in separate regions of the search space, thus forming clusters. For the presented SIM-ETFSS algorithm, numerical experiments with the optimization of classical test functions, as well as checks for the presence of some known defects that lead to undesirable effects in problem solving, have been carried out. Tools, such as the Mann–Whitney U test, box plots and other statistical methods of data analysis, are used to evaluate the quality of the presented algorithm, using which the superiority of SIM-ETFSS over its original version is demonstrated. The results obtained are analyzed and discussed. Full article
Show Figures

Figure 1

38 pages, 1277 KB  
Article
On the Initialization of Swarm Intelligence Algorithms for Vector Quantization Codebook Design
by Verusca Severo, Felipe B. S. Ferreira, Rodrigo Spencer, Arthur Nascimento and Francisco Madeiro
Sensors 2024, 24(8), 2606; https://doi.org/10.3390/s24082606 - 19 Apr 2024
Cited by 2 | Viewed by 1200
Abstract
Vector Quantization (VQ) is a technique with a wide range of applications. For example, it can be used for image compression. The codebook design for VQ has great significance in the quality of the quantized signals and can benefit from the use of [...] Read more.
Vector Quantization (VQ) is a technique with a wide range of applications. For example, it can be used for image compression. The codebook design for VQ has great significance in the quality of the quantized signals and can benefit from the use of swarm intelligence. Initialization of the Linde–Buzo–Gray (LBG) algorithm, which is the most popular VQ codebook design algorithm, is a step that directly influences VQ performance, as the convergence speed and codebook quality depend on the initial codebook. A widely used initialization alternative is random initialization, in which the initial set of codevectors is drawn randomly from the training set. Other initialization methods can lead to a better quality of the designed codebooks. The present work evaluates the impacts of initialization strategies on swarm intelligence algorithms for codebook design in terms of the quality of the designed codebooks, assessed by the quality of the reconstructed images, and in terms of the convergence speed, evaluated by the number of iterations. Initialization strategies consist of a combination of codebooks obtained by initialization algorithms from the literature with codebooks composed of vectors randomly selected from the training set. The possibility of combining different initialization techniques provides new perspectives in the search for the quality of the VQ codebooks. Nine initialization strategies are presented, which are compared with random initialization. Initialization strategies are evaluated on the following algorithms for codebook design based on swarm clustering: modified firefly algorithm—Linde–Buzo–Gray (M-FA-LBG), modified particle swarm optimization—Linde–Buzo–Gray (M-PSO-LBG), modified fish school search—Linde–Buzo–Gray (M-FSS-LBG) and their accelerated versions (M-FA-LBGa, M-PSO-LBGa and M-FSS-LBGa) which are obtained by replacing the LBG with the accelerated LBG algorithm. The simulation results point out to the benefits of the proposed initialization strategies. The results show gains up to 4.43 dB in terms of PSNR for image Clock with M-PSO-LBG codebooks of size 512 and codebook design time savings up to 67.05% for image Clock, with M-FF-LBGa codebooks with size N=512, by using initialization strategies in substitution to Random initialization. Full article
(This article belongs to the Section Intelligent Sensors)
Show Figures

Figure 1

28 pages, 1420 KB  
Review
A Review of Swarm Robotics in a NutShell
by Muhammad Muzamal Shahzad, Zubair Saeed, Asima Akhtar, Hammad Munawar, Muhammad Haroon Yousaf, Naveed Khan Baloach and Fawad Hussain
Drones 2023, 7(4), 269; https://doi.org/10.3390/drones7040269 - 14 Apr 2023
Cited by 35 | Viewed by 21946
Abstract
A swarm of robots is the coordination of multiple robots that can perform a collective task and solve a problem more efficiently than a single robot. Over the last decade, this area of research has received significant interest from scientists due to its [...] Read more.
A swarm of robots is the coordination of multiple robots that can perform a collective task and solve a problem more efficiently than a single robot. Over the last decade, this area of research has received significant interest from scientists due to its large field of applications in military or civil, including area exploration, target search and rescue, security and surveillance, agriculture, air defense, area coverage and real-time monitoring, providing wireless services, and delivery of goods. This research domain of collective behaviour draws inspiration from self-organizing systems in nature, such as honey bees, fish schools, social insects, bird flocks, and other social animals. By replicating the same set of interaction rules observed in these natural swarm systems, robot swarms can be created. The deployment of robot swarm or group of intelligent robots in a real-world scenario that can collectively perform a task or solve a problem is still a substantial research challenge. Swarm robots are differentiated from multi-agent robots by specific qualifying criteria, including the presence of at least three agents and the sharing of relative information such as altitude, position, and velocity among all agents. Each agent should be intelligent and follow the same set of interaction rules over the whole network. Also, the system’s stability should not be affected by leaving or disconnecting an agent from a swarm. This survey illustrates swarm systems’ basics and draws some projections from its history to its future. It discusses the important features of swarm robots, simulators, real-world applications, and future ideas. Full article
(This article belongs to the Special Issue Intelligent Coordination of UAV Swarm Systems)
Show Figures

Figure 1

17 pages, 862 KB  
Systematic Review
Sustainable Diets as Tools to Harmonize the Health of Individuals, Communities and the Planet: A Systematic Review
by Tatianna Oliva Kowalsky, Rubén Morilla Romero de la Osa and Isabel Cerrillo
Nutrients 2022, 14(5), 928; https://doi.org/10.3390/nu14050928 - 22 Feb 2022
Cited by 19 | Viewed by 6089
Abstract
Background. Climate change and global health are inextricably linked. Thus, health systems and their professionals must adapt and evolve without losing quality of care. Aim(s). To identify health and environmental co-benefits derived from a sustainable diet and promotion strategies that favor its implementation. [...] Read more.
Background. Climate change and global health are inextricably linked. Thus, health systems and their professionals must adapt and evolve without losing quality of care. Aim(s). To identify health and environmental co-benefits derived from a sustainable diet and promotion strategies that favor its implementation. Methods. A systematic search for articles published on sustainable diets and human/planetary health published between 2013 and 2020 was conducted on the databases PubMed, Cinahl, Scopus and Trip from 4 to 7 May 2020 in accordance with the PRISMA guideline. Results. A total of 201 articles was retrieved, but only 21 were included. A calorie-balanced diet mainly based on food of plant origin that would allow the attainment of 60% of daily caloric requirements and a low protein intake from animal foods (focusing in fish and poultry) could significantly reduce global morbi-mortality and the dietary environmental impact maintaining a framework of sustainability conditioned by the consumption of fresh, seasonal, locally produced and minimally packaged products. Discussion. The implementation of sustainable diets requires working on the triangulation of concepts of food–health–environment from schools and that is permanently reinforced during all stages of the life by healthcare workers, who should establish the appropriate modifications according to the age, gender and health situation. Full article
Show Figures

Figure 1

19 pages, 14905 KB  
Article
A Multimodal Improved Particle Swarm Optimization for High Dimensional Problems in Electromagnetic Devices
by Rehan Ali Khan, Shiyou Yang, Shafiullah Khan, Shah Fahad and Kalimullah
Energies 2021, 14(24), 8575; https://doi.org/10.3390/en14248575 - 20 Dec 2021
Cited by 8 | Viewed by 3693
Abstract
Particle Swarm Optimization (PSO) is a member of the swarm intelligence-based on a metaheuristic approach which is inspired by the natural deeds of bird flocking and fish schooling. In comparison to other traditional methods, the model of PSO is widely recognized as a [...] Read more.
Particle Swarm Optimization (PSO) is a member of the swarm intelligence-based on a metaheuristic approach which is inspired by the natural deeds of bird flocking and fish schooling. In comparison to other traditional methods, the model of PSO is widely recognized as a simple algorithm and easy to implement. However, the traditional PSO’s have two primary issues: premature convergence and loss of diversity. These problems arise at the latter stages of the evolution process when dealing with high-dimensional, complex and electromagnetic inverse problems. To address these types of issues in the PSO approach, we proposed an Improved PSO (IPSO) which employs a dynamic control parameter as well as an adaptive mutation mechanism. The main proposal of the novel adaptive mutation operator is to prevent the diversity loss of the optimization process while the dynamic factor comprises the balance between exploration and exploitation in the search domain. The experimental outcomes achieved by solving complicated and extremely high-dimensional optimization problems were also validated on superconducting magnetic energy storage devices (SMES). According to numerical and experimental analysis, the IPSO delivers a better optimal solution than the other solutions described, particularly in the early computational evaluation of the generation. Full article
Show Figures

Figure 1

19 pages, 5109 KB  
Article
Spatial Analysis of the Fishing Behaviour of Tuna Purse Seiners in the Western and Central Pacific Based on Vessel Trajectory Data
by Han Zhang, Sheng-Long Yang, Wei Fan, Hui-Min Shi and San-Ling Yuan
J. Mar. Sci. Eng. 2021, 9(3), 322; https://doi.org/10.3390/jmse9030322 - 15 Mar 2021
Cited by 23 | Viewed by 4342
Abstract
The Western and Central Pacific Oceans are the primary operational areas of tuna purse seiners worldwide. Describing and analysing the fishing behaviour of vessels is highly significant for the protection of sustainable tuna resources. This study uses Automatic Identification System (AIS) data of [...] Read more.
The Western and Central Pacific Oceans are the primary operational areas of tuna purse seiners worldwide. Describing and analysing the fishing behaviour of vessels is highly significant for the protection of sustainable tuna resources. This study uses Automatic Identification System (AIS) data of 130 tuna purse seiners from July 2017 to May 2018 and uses data mining methods to identify the operating status of tuna purse seiners; describes the spatial characteristics of fishing intensity and the distribution of hot spots; and analyses vessel spatial characteristics to describe their fishing behaviour. The results show that the tuna purse seiner speed has a marked bimodal distribution, which corresponds to high-speed transiting and low-speed seine operation. Additionally, from July to September 2017, the amount of fishing effort invested by tuna purse seiners was lower than that in other months. The tuna purse seiner activity range includes 120° E–60° W, 30° S–30° N, and the activities for fish and seine operations are primarily concentrated at 140° E–150° W, 15° S–15° N. There are differences between the space for fishing search operations and space where fishing events took place in each month. Spatial analysis shows that the high-speed transiting fishing effort map covers a large area, while seine fishing covers a small area. The global spatial autocorrelation analysis shows that the fishing effort devoted to searching for fish stocks has a spatial distribution pattern of aggregation and close aggregation. The results of a hot-spot analysis show that the hot spots on a heat map for finding fish, which are closely spatially clustered, correspond to vessels searching for fish concentration areas and seine operation areas. Correlation testing shows that under a 5° × 5° grid, there is a high positive correlation between the fishing effort invested in finding fish stocks and the yield data, nets (r > 0.8), and a moderate correlation with catch per unit of effort(CPUE) (r > 0.3). Based on vessel behaviour, the location of the fish school can be directly determined, and the distribution of fish clusters and fishing grounds can be predicted. This study can aid in managing tuna purse seiners in the Western and Central Pacific Oceans and analysing changes in fishery resources. Full article
(This article belongs to the Section Marine Biology)
Show Figures

Figure 1

17 pages, 4997 KB  
Article
Fish-Inspired Task Allocation Algorithm for Multiple Unmanned Aerial Vehicles in Search and Rescue Missions
by Amjaad Alhaqbani, Heba Kurdi and Kamal Youcef-Toumi
Remote Sens. 2021, 13(1), 27; https://doi.org/10.3390/rs13010027 - 23 Dec 2020
Cited by 37 | Viewed by 4591
Abstract
The challenge concerning the optimal allocation of tasks across multiple unmanned aerial vehicles (multi-UAVs) has significantly spurred research interest due to its contribution to the success of various fleet missions. This challenge becomes more complex in time-constrained missions, particularly if they are conducted [...] Read more.
The challenge concerning the optimal allocation of tasks across multiple unmanned aerial vehicles (multi-UAVs) has significantly spurred research interest due to its contribution to the success of various fleet missions. This challenge becomes more complex in time-constrained missions, particularly if they are conducted in hostile environments, such as search and rescue (SAR) missions. In this study, a novel fish-inspired algorithm for multi-UAV missions (FIAM) for task allocation is proposed, which was inspired by the adaptive schooling and foraging behaviors of fish. FIAM shows that UAVs in an SAR mission can be similarly programmed to aggregate in groups to swiftly survey disaster areas and rescue-discovered survivors. FIAM’s performance was compared with three long-standing multi-UAV task allocation (MUTA) paradigms, namely, opportunistic task allocation scheme (OTA), auction-based scheme, and ant-colony optimization (ACO). Furthermore, the proposed algorithm was also compared with the recently proposed locust-inspired algorithm for MUTA problem (LIAM). The experimental results demonstrated FIAM’s abilities to maintain a steady running time and a decreasing mean rescue time with a substantially increasing percentage of rescued survivors. For instance, FIAM successfully rescued 100% of the survivors with merely 16 UAVs, for scenarios of no more than eight survivors, whereas LIAM, Auction, ACO and OTA rescued a maximum of 75%, 50%, 35% and 35%, respectively, for the same scenarios. This superiority of FIAM performance was maintained under a different fleet size and number of survivors, demonstrating the approach’s flexibility and scalability. Full article
(This article belongs to the Special Issue Remote Sensing for Disaster Risk Management)
Show Figures

Graphical abstract

30 pages, 5290 KB  
Article
Sage Revised Reiterative Even Zernike Polynomials Neural Network Control with Modified Fish School Search Applied in SSCCRIM Impelled System
by Chih-Hong Lin
Mathematics 2020, 8(10), 1760; https://doi.org/10.3390/math8101760 - 13 Oct 2020
Viewed by 1804
Abstract
In light of fine learning ability in the existing uncertainties, a sage revised reiterative even Zernike polynomials neural network (SRREZPNN) control with modified fish school search (MFSS) method is proposed to control the six-phase squirrel cage copper rotor induction motor (SSCCRIM) impelled continuously [...] Read more.
In light of fine learning ability in the existing uncertainties, a sage revised reiterative even Zernike polynomials neural network (SRREZPNN) control with modified fish school search (MFSS) method is proposed to control the six-phase squirrel cage copper rotor induction motor (SSCCRIM) impelled continuously variable transmission assembled system for obtaining the brilliant control performance. This control construction can carry out the SRREZPNN control with the cozy learning law, and the indemnified control with an assessed law. In accordance with the Lyapunov stability theorem, the cozy learning law in the revised reiterative even Zernike polynomials neural network (RREZPNN) control can be extracted, and the assessed law of the indemnified control can be elicited. Besides, the MFSS can find two optimal values to adjust two learning rates with raising convergence. In comparison, experimental results are compared to some control systems and are expressed to confirm that the proposed control system can realize fine control performance. Full article
(This article belongs to the Special Issue Neural Networks and Learning Systems)
Show Figures

Figure 1

34 pages, 9762 KB  
Article
A Rectified Reiterative Sieved-Pollaczek Polynomials Neural Network Backstepping Control with Improved Fish School Search for Motor Drive System
by Chih-Hong Lin
Mathematics 2020, 8(10), 1699; https://doi.org/10.3390/math8101699 - 3 Oct 2020
Cited by 1 | Viewed by 1812
Abstract
As the six-phase squirrel cage copper rotor induction motor has some nonlinear characteristics, such as nonlinear friction, nonsymmetric torque, wind stray torque, external load torque, and time-varying uncertainties, better control performances cannot be achieved by utilizing general linear controllers. The snug backstepping control [...] Read more.
As the six-phase squirrel cage copper rotor induction motor has some nonlinear characteristics, such as nonlinear friction, nonsymmetric torque, wind stray torque, external load torque, and time-varying uncertainties, better control performances cannot be achieved by utilizing general linear controllers. The snug backstepping control with sliding switching function for controlling the motion of a six-phase squirrel cage copper rotor induction motor drive system is proposed to reduce nonlinear uncertainty effects. However, the previously proposed control results in high chattering on nonlinear system effects and overtorque on matched uncertainties. So as to reduce the immense chattering situation, we then put forward the rectified reiterative sieved-Pollaczek polynomials neural network backstepping control with an improved fish school search method to estimate the external bundled torque uncertainties and to recoup the smallest reorganized error of the evaluated rule. In the light of Lyapunov stability, the online parametric training method of the rectified reiterative sieved-Pollaczek polynomials neural network can be derived by utilizing an adaptive rule. Moreover, to improve convergence and obtain beneficial learning manifestation, the improved fish school search algorithm is made use of to readjust two fickle learning rates of the weights in the rectified reiterative sieved-Pollaczek polynomials neural network. Lastly, the effectuality of the proposed control system is validated by examination results. Full article
(This article belongs to the Special Issue Neural Networks and Learning Systems)
Show Figures

Figure 1

18 pages, 7717 KB  
Article
A Study of Chaotic Maps Producing Symmetric Distributions in the Fish School Search Optimization Algorithm with Exponential Step Decay
by Liliya A. Demidova and Artyom V. Gorchakov
Symmetry 2020, 12(5), 784; https://doi.org/10.3390/sym12050784 - 8 May 2020
Cited by 35 | Viewed by 5112
Abstract
Inspired by the collective behavior of fish schools, the fish school search (FSS) algorithm is a technique for finding globally optimal solutions. The algorithm is characterized by its simplicity and high performance; FSS is computationally inexpensive, compared to other evolution-inspired algorithms. However, the [...] Read more.
Inspired by the collective behavior of fish schools, the fish school search (FSS) algorithm is a technique for finding globally optimal solutions. The algorithm is characterized by its simplicity and high performance; FSS is computationally inexpensive, compared to other evolution-inspired algorithms. However, the premature convergence problem is inherent to FSS, especially in the optimization of functions that are in very-high-dimensional spaces and have plenty of local minima or maxima. The accuracy of the obtained solution highly depends on the initial distribution of agents in the search space and on the predefined initial individual and collective-volitive movement step sizes. In this paper, we provide a study of different chaotic maps with symmetric distributions, used as pseudorandom number generators (PRNGs) in FSS. In addition, we incorporate exponential step decay in order to improve the accuracy of the solutions produced by the algorithm. The obtained results of the conducted numerical experiments show that the use of chaotic maps instead of other commonly used high-quality PRNGs can speed up the algorithm, and the incorporated exponential step decay can improve the accuracy of the obtained solution. Different pseudorandom number distributions produced by the considered chaotic maps can positively affect the accuracy of the algorithm in different optimization problems. Overall, the use of the uniform pseudorandom number distribution generated by the tent map produced the most accurate results. Moreover, the tent-map-based PRNG achieved the best performance when compared to other chaotic maps and nonchaotic PRNGs. To demonstrate the effectiveness of the proposed optimization technique, we provide a comparison of the tent-map-based FSS algorithm with exponential step decay (ETFSS) with particle swarm optimization (PSO) and with the genetic algorithm with tournament selection (GA) on test functions for optimization. Full article
(This article belongs to the Special Issue Recent Advances in the Application of Symmetry Group)
Show Figures

Figure 1

17 pages, 2252 KB  
Article
Research and Study of the Hybrid Algorithms Based on the Collective Behavior of Fish Schools and Classical Optimization Methods
by Liliya A. Demidova and Artyom V. Gorchakov
Algorithms 2020, 13(4), 85; https://doi.org/10.3390/a13040085 - 3 Apr 2020
Cited by 15 | Viewed by 5309
Abstract
Inspired by biological systems, swarm intelligence algorithms are widely used to solve multimodal optimization problems. In this study, we consider the hybridization problem of an algorithm based on the collective behavior of fish schools. The algorithm is computationally inexpensive compared to other population-based [...] Read more.
Inspired by biological systems, swarm intelligence algorithms are widely used to solve multimodal optimization problems. In this study, we consider the hybridization problem of an algorithm based on the collective behavior of fish schools. The algorithm is computationally inexpensive compared to other population-based algorithms. Accuracy of fish school search increases with the increase of predefined iteration count, but this also affects computation time required to find a suboptimal solution. We propose two hybrid approaches, intending to improve the evolutionary-inspired algorithm accuracy by using classical optimization methods, such as gradient descent and Newton’s optimization method. The study shows the effectiveness of the proposed hybrid algorithms, and the strong advantage of the hybrid algorithm based on fish school search and gradient descent. We provide a solution for the linearly inseparable exclusive disjunction problem using the developed algorithm and a perceptron with one hidden layer. To demonstrate the effectiveness of the algorithms, we visualize high dimensional loss surfaces near global extreme points. In addition, we apply the distributed version of the most effective hybrid algorithm to the hyperparameter optimization problem of a neural network. Full article
(This article belongs to the Special Issue Mathematical Models and Their Applications)
Show Figures

Figure 1

12 pages, 128 KB  
Article
Metaheuristic Based Scheduling Meta-Tasks in Distributed Heterogeneous Computing Systems
by Hesam Izakian, Ajith Abraham and Václav Snášel
Sensors 2009, 9(7), 5339-5350; https://doi.org/10.3390/s90705339 - 7 Jul 2009
Cited by 31 | Viewed by 12090
Abstract
Scheduling is a key problem in distributed heterogeneous computing systems in order to benefit from the large computing capacity of such systems and is an NP-complete problem. In this paper, we present a metaheuristic technique, namely the Particle Swarm Optimization (PSO) algorithm, for [...] Read more.
Scheduling is a key problem in distributed heterogeneous computing systems in order to benefit from the large computing capacity of such systems and is an NP-complete problem. In this paper, we present a metaheuristic technique, namely the Particle Swarm Optimization (PSO) algorithm, for this problem. PSO is a population-based search algorithm based on the simulation of the social behavior of bird flocking and fish schooling. Particles fly in problem search space to find optimal or near-optimal solutions. The scheduler aims at minimizing makespan, which is the time when finishes the latest task. Experimental studies show that the proposed method is more efficient and surpasses those of reported PSO and GA approaches for this problem. Full article
(This article belongs to the Section Chemical Sensors)
Show Figures

Graphical abstract

Back to TopTop