Research Article

A Hybrid Fuzzy ANN System for Agent Adaptation in a First Person Shooter

Algorithm 3

Pseudocode for defuzzification process.
for number of output sets (i)
   mean of max top + = output_data[i]* output_array[i]
   mean of max bottom + = output_array[i]
end of for
mean of max = mean of max top/mean of max bottom