Discussion of article "Population optimization algorithms: Fish School Search (FSS)"

 

New article Population optimization algorithms: Fish School Search (FSS) has been published:

Fish School Search (FSS) is a new optimization algorithm inspired by the behavior of fish in a school, most of which (up to 80%) swim in an organized community of relatives. It has been proven that fish aggregations play an important role in the efficiency of foraging and protection from predators.

Fish form schools in nature in several ways. As a rule, they prefer larger schools, consisting of individuals only of their own species. Any member of the pack that stands out in its appearance, or has some kind of difference, becomes a prime target for predators. This fact explains why fish prefer schools of identical individuals. This way the homogeneity of the entire school is achieved.

A school is organized quite rigidly when the fish swim synchronously at the same speed and in the same direction. This happens due to the fish being of the same species, age and size moving at a certain distance from each other. Schools of fish are able to perform complex maneuvers, as if they have group intelligence and a common mind.
The subtleties of school formation are far from being fully understood, especially aspects of movement and ways of feeding.

To create a more complete picture, mathematical modeling of such behavior is used. The most common mathematical models assume that individual animals in a school follow three basic rules:

  1. Move in the same direction as one's neighbor
  2. Stay close to neighbors
  3. Avoid collisions with neighboring individuals

Author: Andrey Dik

 

Hi, could you show an application of this optimisation algorithm ?

It's a really interesting and I'd like to apply and make some benchmarks

Thanks
 
Felipe Lisboa #:

Hi, could you show an application of this optimisation algorithm ?

It's a really interesting and I'd like to apply and make some benchmarks

Thanks

Hi, sorry, I didn't quite understand the question

 

Hi Andrey, I'd like a sample of How to apply this algorithm with an EA.


Thanks

 
Felipe Lisboa #:

Hi Andrey, I'd like a sample of How to apply this algorithm with an EA.


Thanks

I can't describe the example in a nutshell, I may need to write a separate article about it. but you can search on the website for articles with examples of auto-optimisation of Expert Advisors, and apply one of the algorithms from my articles.