












Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Main topics for this course are Stochastic process, random variables, linear congruent generators, pdfs and cdfs, rejection method, metropolis methods, sampling techniques, random walks and genetic algorithm. This lecture includes: Practical, Implementation, Issues, Genetic, Algorithm, Constraint, Handling, COnvergence, Design, Penalty, Term, Quality, Encode
Typology: Slides
1 / 20
This page cannot be seen from the preview
Don't miss anything!













No change in best quality design over chosennumber of gens.
2.^
No change in average quality of population ofchosen number of gens.
3.^
Set a maximum allowable number ofgenerations.
4.^
Set a maximum allowable number of objectivefunction evaluations.
begin
t = 0 initialize P(t) evaluate P(t) while
(not converged)
do
t = t + 1 select P(t) from P(t-1) alter P(t) (variation operators) evaluate P(t) end do while end
So each of our encoded strings will look like this:
An example of which would be:
This is not (necessarily) the objective function value. In our case, we will consider the output (payoff) of ourblack box to be the design fitness (We will treat the switchsettings as a binary number and our fitness will be thesquare of the decimal equivalent).
avg^
approach.
ie: mutation and crossover rate,
population size, convergence criteria (note that weare not going to run this optimization tocompletion so we will not explicitly worry aboutconvergence).
string
f^
f/favg
avg
after cross. after mutation
after cross. after mutation
f^
f/favg
avg