Daftar Isi:
  • Scheduling is to manage life easier and more effective. It informs us about what to do, and when we do it. Many scheduling are still arranged manually, including security scheduling. Good schedule have no collisions in it, such as collision between security that guard in a day, or time collision. This project is to generate security schedule. With genetic algorithm that usually used in schedule optimization and Java programming language. First step of genetic algorithm is to initialize a population of data. And the value of each population will be calculated. After that each population will pass crossover and mutation processes. Finally, the schedule will be displayed. The expectation of this project is to make security scheduling easier and more effective without any collisions.