Game theory output calculation

Beginning from the given initial state, generate 4 new variations at each step by applying mutation (just flip one bit to create each.Pick the best variation at each step and repeat the process until none of the 4 new variations improve the current output.variation)

Submit your solution showing the intermediate steps how you got that.

Input 1 Input 2 Input 3 Input 4 Input 5 Input 6 Input 7 Input 8 Input 9 Input 10 Output
Initial State ® 0 1 0 1 1 1 0 0 1 1 0.25
(if you change the input value, the output will be changed accordingly) 1 0 1 0 0 0 1 1 0 0 0.00
0 1 2 3 1 1 3 2 1 0 0.50
2 3 1 0 2 3 1 2 3 0 0.34