Description: This program runs a GA. The roulette wheel method for parent
selection is used here. Elitism is included. Parent selection is
from the population including the elite chromosomes. The standard
bit form is used here. As usual, code works in terms of fitness
values (higher better) results, however, are reported for the loss
values of actual interest. This code does not work with constraints
on theta values other than those directly associated with thetamax
and thetamin. -This program runs a GA. The roulette wheel method for parent
selection is used here. Elitism is included. Parent selection is
from the population including the elite chromosomes. The standard
bit form is used here. As usual, code works in terms of fitness
values (higher better) results, however, are reported for the loss
values of actual interest. This code does not work with constraints
on theta values other than those directly associated with thetamax
and thetamin. Platform: |
Size: 11264 |
Author:siva |
Hits:
Description: GA algorithm for optimization with all Roulette Wheel Selection and....
with this algorithm you can optimize any function you want to minimize or maximize . just you need to make your function then add it name in this script. Platform: |
Size: 2048 |
Author:amin |
Hits: