Penerapan Algoritme Genetika dalam Sistem Permainan Tebak Angka
Abstract
The number guessing game is a modified game of mastermind created by Mordecai Meirowitz in 1970. The goal of the game is to guess a hidden sequence of numbers stored by others (human or computer) based on values obtained at each guess iteration. In this study, the game is applied into the system by using genetic algorithms, a method that has been successfully utilized to implement the mastermind game on the computer and get an effective solution for the game. Genetic algorithms work through a process of natural selection or commonly known as the evolutionary process, which will continue running until the system finds the optimal 4-digit series of numbers. The system is designed in order to guess those hidden numbers with minimal iterations using c++ programming language. The output of the program shows that the performance is determined by the first guess iteration.
Collections
- UT - Computer Science [2330]