Home \ Metaheuristics \ Shuffled Frog Leaping Algorithm in MATLAB

Shuffled Frog Leaping Algorithm in MATLAB

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.

Also the MATLAB implementation of Shuffled Complex Evolution (SCE-UA) is available in this link, to download.

Downloads

The download link of this project follows.

Implementation of Shuffled Frog Leaping Algorithm (SFLA) in MATLAB

Download

Citing This Work

If you wish, you can cite this content as follows.

Cite as:

Mostapha Kalami Heris, Shuffled Frog Leaping Algorithm in MATLAB (URL: https://yarpiz.com/71/ypea109-shuffled-frog-leaping-algorithm), Yarpiz, 2015.

2 comments

  1. Perfect!

    Please, keep sharing more codes!

    Good job!

    Greetings from Brazil \o/

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.

x

Check Also

Particle Swarm Optimization (PSO) in MATLAB -- Video Tutorial

Particle Swarm Optimization (PSO) in MATLAB – Video Tutorial

Particle Swarm Optimization (PSO) is an intelligent algorithm leveraging principles from Swarm Intelligence, inspired by ...