This document summarizes a study that compares AI techniques for solving hybrid flow shop scheduling problems, specifically genetic algorithm (GA), simulated annealing (SA), and tabu search (TS). It first explains the components and concepts of each technique. Then it shows how they are applied to solve hybrid flow shop scheduling problems. Experimental results using benchmark problems show that TS generated the best results, finding acceptable solutions in 6 of 12 problem sets, while SA found solutions in 3 sets and GA in 3 sets. The best GA results used specific crossover operators. Increasing the number of inner steps in TS to generate neighborhoods also improved results.