Home \ Tag Archives: Teaching-Learning-based Optimization

Tag Archives: Teaching-Learning-based Optimization

YPEA: Yarpiz Evolutionary Algorithms

YPEA for MATLAB [+] is a general-purpose toolbox to define and solve optimization problems using Evolutionary Algorithms (EAs) and Metaheuristics. To use this toolbox, you just need to define your optimization problem and then, give the problem to one of the algorithms provided by YPEA, to get it solved. List of Provided Algorithms Currently, YPEA supports these algorithms to solve ...

Read More »

Teaching-Learning-based Optimization in MATLAB

Teaching-Learning-based Optimization (TLBO) is a metaheuristic, inspired by process of Teaching and Learning, via a simplified mathematical model of knowledge improvements gained by students in a class. This algorithm is proposed by Rao, Savsani and Vakharia in 2011, in this paper. In this post, we are going to share with you, the open-source MATLAB implementation of Teaching-Learning-based Optimization (TLBO) algorithm. ...

Read More »