Invasive Weed Optimization (IWO) in MATLAB

Table of Contents

Invasive Weed Optimization (IWO) is a nature-inspired metaheuristic, inspired by spreading strategy of weeds, and proposed by Alireza Mehrabian and Caro Lucas, in 2006. Based on the r/K Selection Theory, the artificial weeds (solutions) use the r-Selection strategy in the beginning of algorithms, and gradually they switch to K-Selection strategy, as algorithm continues to running. For more information on the IWO, you can refer to the main paper, where the algorithm was proposed therein, in this link.

In this post, we are going to share with you, the structured open-source implementation of Invasive Weed Optimization (IWO) in MATLAB. If you are familiar with MATLAB programming language, you will find it easy to use the provided source codes, in your research or projects.

Table of Contents

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.