In this homework, you need to use brute force and genetic algorithm to solve the job assignment problem.
- homework requirment is
Homework_2.pdf. - The final report is
report.pdf. - run
BF.pyfor brute force method. - run
GA.pyfor genetic algorithm.
In this homework i analysis three kind of genetic algorithm structure.