I want to solve Sudoku using GA.
It has following constraint :
1. each Row, column and 3x3 sub grid contains digit 1-9 exactly once
2. each Row, Column and sub grid Sum and Multiplication should be 45 and 9! respectively.
3. total sum of grid should be 405.
What should be my objective function.