Shuffled Frog Leaping Algorithm in MATLAB

Table of Contents

Shuffled Frog Leaping Algorithm (SFLA) is a metaheuristic, or more accurately it is a Memetic Algorithm, which is inspired by frog leaping. SFLA is based on the model used by Shuffled Complex Evolution (SCE-UA), and incorporated the memetic evolution into it. It is applicable to any kind of optimization problems, discrete, continuous or mixed, via modification of operators used in the basic algorithm.

In this post, we are going to share with you, the open-source MATLAB implementation of Shuffled Frog Leaping Algorithm (SFLA). The algorithm is implemented in a structured manner and if you are familiar with MATLAB programming language, you will find it easy, to use the codes in your research projects.

[box type=”info” ]Also the MATLAB implementation of Shuffled Complex Evolution (SCE-UA) is available in this link, to download.[/box]

Table of Contents

2 Responses

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.