Ejemplo n.º 1
0
 //Fuzzy Rules
 //iGn0rE!!!!!
 #region
 //IF targetFar and dirtLevel_Low then undesirable
 void FarAndLow()
 {
     //Picks the lowest value as its degree
     fnl  = fuzzyLogic.FLO_AND(farMembership, dirtLow);
     rvfl = rvRight * fnl;
 }