Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 543 Bytes

File metadata and controls

16 lines (8 loc) · 543 Bytes

Teaching-Learning-Based-Optimization-Algorithm

MATLAB code for Teaching Learning Based Optimization Algorithm (minimization and maximization)

How to use:

step 1: Define your desired function in the file named "desired_fun.m" and then run the main TLBO code.

step 2: Modify Parameters in the main file such as the number of students, dimensions, number of iterations and etc.

step 3: Enjoy!

References:

[1] Rao, R. Venkata, and R. Venkata Rao. Teaching-learning-based optimization algorithm. Springer International Publishing, 2016.