WebAug 16, 2009 · Artificial fish swarm algorithm (AFSA) is a novel intelligent optimization algorithm. It has many advantages, such as good robustness, global search ability, tolerance of parameter setting, and it is also proved to be insensitive to initial values. However, it has some weaknesses as low optimizing precision and low convergence … WebMay 16, 2014 · Artificial fish swarm algorithm (AFSA) is one of the swarm intelligence optimization algorithms that works based on population and stochastic search. In order …
SciELO - Brasil - Fish swarm optimization algorithm applied to ...
WebFeb 19, 2024 · Star 4k. Code. Issues. Pull requests. Discussions. Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP (Traveling salesman) optimization genetic-algorithm artificial-intelligence simulated … WebDec 1, 2014 · AFSA (artificial fish-swarm algorithm) is one of the best methods of optimization among the swarm intelligence algorithms. This algorithm is inspired by the collective movement of the fish and their various social behaviors. Based on a series of instinctive behaviors, the fish always try to maintain their colonies and accordingly … how to sort values in pandas dataframe
An Improved Artificial Fish Swarm Algorithm and its Application
WebFish Swarm algorithm issue. I've got a project, to create a very basic PSO (fish swarm) on matlab. 2) I create a fish swarm of 50 fishes with random x,y coordinates and I plot them (the swarm coordinates are saved in an array), 3) I click somewhere on Figure and I get the click coordinates which represents the shark. WebAug 2, 2024 · According to Table 3, in terms of solving accuracy, the minimum value, maximum value, and mean value obtained by FWA-AFSA are, respectively, reduced by 9520.87, 30521.46 and 13727.57 compared with those of the basic artificial fish swarm algorithm and, respectively, reduced by 6395.41, 6897.57 and 4789.78 compared with … WebAug 2, 2024 · Function test shows that the algorithm is more effective in the performances of search accuracy, reliability, stability and robustness compared with the basic artificial fish swarm algorithm ... how to sort vector in descending order in stl