- ... numerically
- e.g. for triangular fuzzy numbers 3 times.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... rate
- The mutation rate defines
how often a chromosome gets mutated at each generation.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... values
- Fuzzy values are defined by L-R fuzzy values.
Defined as:
with the characteristic functions
L(u)=Max(0,1-u) and
R(u)=Max(0,1-u)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... ES
- 2 parent chromosomes create 10 child
chromosomes. From both the 2 best are selected for the next generation.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... Runge-Kutta-Method
-
With the Runge-Kutta Method any degree of accuracy may be obtained at
each step but the better the accuracy the greater the number of
function evaluations required. In this paper the classical 4th order
Runge-Kutta Method has been chosen.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.