Home \ Author Archives: Yarpiz (page 4)

Author Archives: Yarpiz

Facility Layout Design and Location Allocation in MATLAB

Downloads The download link of this project follows. Implementation of Facility Layout Design using PSO in MATLAB Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Facility Layout Design and Location Allocation in MATLAB (URL: https://yarpiz.com/378/ypap109-layout-design), Yarpiz, 2015.

Read More »

Capacitated Vehicle Routing Problem (VRP) using SA

Downloads The download link of this project follows. MATLAB implementation of solving Capacitated Vehicle Routing Problem (VPR) using Simulated Annealing (SA) Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Capacitated Vehicle Routing Problem (VRP) using SA (URL: https://yarpiz.com/372/ypap108-vehicle-routing-problem), Yarpiz, 2015.

Read More »

Parallel Machine Scheduling using Simulated Annealing

Downloads The download link of this project follows. MATLAB implementation of solving Parallel Machine Scheduling using Simulated Annealing (SA) Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Parallel Machine Scheduling using Simulated Annealing (URL: https://yarpiz.com/367/ypap107-parallel-machine-scheduling), Yarpiz, 2015.

Read More »

Bin Packing Problem using GA, PSO, FA, and IWO

Downloads The download link of this project follows. MATLAB implementation of solving Bin Packing Problem using Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Firefly Algorithm (FA) and Invasive Weed Optimization (IWO) Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Bin Packing Problem using GA, PSO, FA, and IWO (URL: ...

Read More »

Quadratic Assignment Problem (QAP) using GA, PSO and FA

Downloads The download link of this project follows. MATLAB implementation of solving QAP using Genetic Algorithm (GA), Particle Swarm Optimization (PSO) and Firefly Algorithm (FA) Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Quadratic Assignment Problem (QAP) using GA, PSO and FA (URL: https://yarpiz.com/359/ypap104-quadratic-assignment-problem), Yarpiz, 2015.

Read More »

Time-Series Prediction using ANFIS in MATLAB

Previously, we have shared the implementation of ANFIS for nonlinear regression, in this link. Using the same implementation and converting the time-series modeling, to a function approximation problem, ANFIS is applied to the Time-Series Forecasting problem. The implemented approach, is used to build a model of and predict the global ice volume, based on the observed data in last 440,000 ...

Read More »

Time-Series Prediction using GMDH in MATLAB

Time-series prediction can be assumed as a special case of nonlinear regression and function approximation. Hence, nonlinear regression approaches, like Artificial Neural Networks and Group Method of Data Handling (GMDH) can be applied to perform time-series forecasting problems. In this post, we are going to share with you, the source codes of time-series prediction using GMDH in MATLAB, which is ...

Read More »

Evolutionary ANFIS Training in MATLAB

Training of an ANFIS structure is a special kind of optimization problem. So metaheuristics and evolutionary algorithms can be used to train (tune the parameters of) an ANFIS structure. In this post, we are going to share with you, the MATLAB implementation of the evolutionary ANFIS training. The code, firstly creates an initial raw ANFIS structure and then uses Genetic ...

Read More »

Artificial Bee Colony in MATLAB

Artificial Bee Colony (ABC) is a metaheuristic algorithm, inspired by foraging behavior of honey bee swarm, and proposed by Derviş Karaboğa, in 2005. It is a simple, yet powerful algorithm, and can be used to solve wide variety of practical and real-world optimization problems. For more information on the Artificial Bee Colony algorithm you can refer to the related article ...

Read More »

Fuzzy PID Controller in MATLAB and Simulink

An approach to tune the PID controller using Fuzzy Logic, is to use fuzzy gain scheduling, which is proposed by Zhao, in 1993, in this paper. In this post, we are going to share with you, a MATLAB/Simulink implementation of Fuzzy PID Controller, which uses the blocksets of Fuzzy Logic Toolbox in Simulink. Three examples of the reference paper, are ...

Read More »