Research Article

Teaching-Learning-Based Optimization with Learning Enthusiasm Mechanism and Its Application in Chemical Engineering

Algorithm 5

The LebTLBO algorithm.
(1) Begin
(2) Initialize learners and evaluate them;
(3) while stopping condition is not met
(4) Learning enthusiasm based teacher phase as shown in Algorithm 2;
(5) Learning enthusiasm based leaner phase as shown in Algorithm 3;
(6) Poor student tutoring phase as shown in Algorithm 4;
(7) end while
(8) end