Presentation is loading. Please wait.

Presentation is loading. Please wait.

Genetic Algorithms as a Tool for General Optimization Angel Kuri 2001.

Similar presentations


Presentation on theme: "Genetic Algorithms as a Tool for General Optimization Angel Kuri 2001."— Presentation transcript:

1 Genetic Algorithms as a Tool for General Optimization Angel Kuri 2001

2 Optimization Genetic Algorithms are meta-heuristics based on an analogy with evolutionary processes, where three ideas outstand: a) That any optimizable problem is amenable to an (usually digital) encoding process. b) That a problem thusly encoded is more easily tackled than its non-encoded couterpart. c) That genetic operators called natural selection, crossover and mutation are enough to fully and efficiently explore the solution landscape.

3 Optimization ( Any problem is encodable ) For this to be true we have to restrict the solution landscapes to a finite subset of the original ones. This is not a source of serious conceptual or practical trouble since, in all cases, the computational solution of any given problem is digitally encoded.

4 Optimization (An encoded problem is more easily tackled) This dictum is not obvious. However, the ample evidence supporting it leaves little room for doubt. More importantly, theoretical arguments seem to leave no doubt: a) Genetic Algorithms always converge to the best solution b) Convergence is usually quite efficient

5 Optimization ( Genetic operators yield efficient performance ) Our aim when designing Gas is to make the abovementioned convergence as efficient as possible. Two sources of inefficiency have been clearly determined: a) Deceptive functions b) Spurious correlation

6 Optimization Before discussing how to overcome the aforementioned limitations we shall analyze a canonical GA (or SGA). Then we will describe a non-standard GA (VGA) which was designed to avoid the pifalls of the SGA.

7 The Simple Genetic Algorithm Although there are many possible varia- tions, the best understood and more widely treated sort of GA is called “Simple”.

8 Simple Genetic Algorithm l It considers: »Genetic haploid representation »Proportional selection »1-point crossover »Mutation with low probability »No elitism »Binary strings »Constant sized population »Bounded number of generations

9 SGA l The SGA starts from a set of binary strings

10 Evaluation l Every candidate solution is evaluated

11 Evaluation l Strings are sorted best to worst

12 Selection l Every string is asigned a probability proportional to its performance

13 Selection l Probability of Selection

14 Crossover l A couple of individuals is randomly chosen; a locus is also randomly chosen

15 Crossover l Genetic contents are exchanged

16 Crossover l The process is repeated m/2 times, yielding m descendants. l The idea is that best genes survive giving rise to better fit individuals.

17 Mutation l Once the new population is set, some genes are mutated. l Mutation is effected on a very low probability basis (typically, from 0.1% to 0.5%).

18 Population’s Behavior The number of schemata “m” of a given schema (H) at time “t” is given by:

19 SGA where:

20 SGA l We now illustrate with a simple example. l Keep in mind that the purpose of the example is to transmit the feeling of how a SGA works. l The point to be stressed is that this Gas solve equally well trivial problems as well as very complex ones. l We illustrate both kinds.

21 Illustrating the SGA l Problem: What is the largest possible value for the expression ? To make the question meaningful we further impose:

22 Encoding In this case, the GA’s population consists of a set of binary strings of length 10 which we assume to be encoded in positional weighted binary.

23

24

25

26

27

28

29

30

31

32

33 SGA’s Limitations l The SGA, as described, does not converge. In fact, if run indefinitely, it will find and loose the solution an infinite number of times. l Furhtermore, in some cases it will get stuck in a local optimum.

34 Vasconcelos Algorithm To overcome the limitations of a SGA we introduced the so called Vasconcelos GA. It displays: a) Deterministic (i -> n-i+1) coupling b) Annular crossover c) Uniform mutation d) Full elitism

35 Deterministic Coupling

36 Annular Crossover

37 Full Elitism

38 Application Example l Optimization of a function subject to constraints »Linear functions »Linear constraints »Non-linear functions »Non-linear constraints

39 Fitness Function where s is the number of constraints which are satisfied and

40 Numerical Representation

41 Numerical Example

42 Sample Run

43

44

45

46

47

48 Non-Numerical Example Traveling Salesman Problem

49 Non-Numerical Example In this type of problem it is needed to repair the solutions, since invalid proposals arise on two accounts: a) Because no two cities may be repeated b) Because not all binary combinations are necessarily utilized. Hence, some individuals are unfeasible.

50 Repair Algorithm To following individual is unfeasible on two accounts: a) One city is off limits (7) b) One city repeats itself (2)

51 Repair Algorithm Step 1: Identify cities off limits

52 Repair Algorithm Step 2: Identify repeated cities:

53 Repair Algorithm Step 3: Establish a list of candidates for replacement. In this case, the list is: a) 1 b) 2 c) 5

54 Repair Algorithm for i=1 to number of cities to repair a) randomly select a vacant position b) randomly select a candidate from the list c) eliminate the selected candidate from the list d) Fill in the selected position endfor

55 Repair Algorithm One possible repaired individual:

56 Non-Numerical Example Traveling Salesman Problem

57 Non-Numerical Example

58

59

60

61 Traveling Salesman Problem (Solution)

62 Non-Numerical Example

63 Conclusions In the problems we illustrated there is essentially no change in the GA itself. That is, the same algorithm works on essentially different probems. The methodology, therefore, is applicable to a wide range of possible probelms.

64 Now See the Program!


Download ppt "Genetic Algorithms as a Tool for General Optimization Angel Kuri 2001."

Similar presentations


Ads by Google