
378 Chapter Nine—Computational Intelligence Implementations
Fuzzy Evolutionary Fuzzy Rule System Implementation
This section discusses the implementation of a fuzzy evolutionary fuzzy rule system,
which is similar to the implementation of the evolutionary fuzzy rule system dis-
cussed in Chapter 8. The main difference with the previous system is that a pre-
designed fuzzy rule system is added to the system to dynamically tune the crossover
and mutation rates of the genetic algorithm over the course of running the genetic
algorithm. The purpose is to achieve a better balanced global and local search ability
and a more effective search process.
The source ...