I know it says to draw but I was wondering what the 2 operatorsare?
Sudoku. Sudoku is an immensely popular, originally Japanese number placement puzzle. The game is normally played on a 9 by 9 grid, where each of the 81 squares can be either blank or filled with an integer between 1 and 9. In the next figure, we present a typical example of the Sudoku problem. The grid starts mostly empty, and is filled with numbers by the player. The objective is to complete a Latin square, so that all rows and columns contain exactly one each of the integers 1 to 9, and that each of the 9 sub-squares also contains one of each integer. In other words, when a number is placed in a position, the same number cannot occur in the same row, column, or sub-square. 6 147 59 4 3 84 32 5 9 1 1 95 8 7 9 8 6 7 8432 6 89 463 1 This problem can be tackled by means of Evolutionary Algorithms (EAS). Using the above figure, draw two genetic operators that are suitable for this problem that allows exploiting the search space.
I know it says to draw but I was wondering what the 2 operators are?
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am