cooperative and adaptive algorithms - alaa khamis presentation.pdf · s2014 ece 457a : cooperative...

37
S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms Instructor: Alaa Khamis, Ph.D, SMIEEE Senior Research Scientist TAs: Sepehr Eghbali (ECE) Keyvan Golestan Irani (ECE 1 L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis Course Presentation – Tuesday May 6, 2014

Upload: vantuyen

Post on 03-Jul-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

S2014 ECE 457A : Cooperative and Adaptive Algorithms

Cooperative and Adaptive Algorithms

Instructor: Alaa Khamis, Ph.D, SMIEEESenior Research Scientist

TAs: Sepehr Eghbali (ECE)

Keyvan Golestan Irani (ECE

1L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Course Presentation – Tuesday May 6, 2014

Page 2: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

2L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 3: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

3L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 4: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionThe course addresses the ill-structured problems and need for computational intelligence methods.

The course introduces the concepts of heuristics and their use in conjunction with search methods, solving problems using heuristics and metaheuristics.

The course also introduces the concepts of cooperation and adaptation and how they are influencing new methods for solving complex problems.

4L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 5: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptionl bl h• Complex problems are everywhere

Airline scheduling

Vehicle routing Plant layout

Railway scheduling

Assembly line balancingElevator dispatching

Assembly line balancing

5L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Cell assignmentPath Planning PID Auto-TuningFilter design

Page 6: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Description f l i• Some Sources of Complexity

l i d li

Lack of exact mathematical model

Multimodality

Lack of exact mathematical model

Non-Differentiability

Combinatorial nature

n!

6L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Distributed naturen!

Page 7: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionEngineering Problems

well-structured Problems ill-Structured Problems[1]

• Can be stated in terms of numerical variables.

• Those which do not meet one or more of the left.

• Goals can be specified in terms of a well defined

bj ti f ti

• Division between well and ill-structured is less precise.

objective function.• There exists an algorithmic

solution

• Some problem even they may be well structured in principle they may be ill-

7L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

solution.• Correct answers required

principle, they may be illstructured in practice [2].

Page 8: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionS l i i f ill d bl• Solution strategies for ill-structured problems

◊ Retrieving a solution or an answer.

◊ Starting from a guess and then improve on it .

◊ Searching among alternatives.

◊ Searching forward from the problem to the answer.g p

◊ Searching backward from a goal to the situations of the

problem.

8L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[3]

Page 9: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptionl f ll d bl b i ll• Example of well-structured problem but practically

ill-structured

The Clustering Problem

◊ Given n objects group them in c◊ Given n objects, group them in c

groups (clusters) in such a way that

ll bj t i i l h all objects in a single group have a

“natural'' relation to one another,

and objects not in the same group

are somehow different.

9L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[3]

Page 10: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptionl f ll d bl b i ll• Example of well-structured problem but practically

ill-structured

The Clustering Problem

10L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[3]

Page 11: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptionl f ll d bl b i ll• Example of well-structured problem but practically

ill-structured

nmcc

mc

cnN

11)(

The Clustering Problem: Exponential Growth

m

mmc

cnN

1

1!

),(

◊ Example: If n=50 and c=4, the number is 5.3x1028

[See partition theory]

◊ Example: If n 50 and c 4, the number is 5.3x10

◊ If n is increase to 100, the number becomes 6.7x1058.

◊ So enumerating all possible partitions for large problems is

practically not feasible

11L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

practically not feasible

[3]

Page 12: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Description

Heuristics

ill-structured problem Cooperative and Adaptive Algorithm

Optimal or near-optimal solution

12L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 13: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptiond i l i h• Adaptive Algorithm

◊ To adjust to new or different situations

◊ Ability to improve behaviour

◊ Evolution

◊ Learning from instructor example or by discovery◊ Learning from instructor, example or by discovery

◊ Generalization

13L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[3]

Page 14: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptiond i l i h f d i• Adaptive Algorithm: Types of adaptation

◊ Deterministic: when the control parameter is changed

according to some deterministic update rule without taking

into account any information from the search algorithminto account any information from the search algorithm,

◊ Adaptive: when the update rule takes information from the

search algorithm and changes the control parameter

accordingly,

◊ Self-adaptive: when the update rule itself is being adapted.

14L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[5]

Page 15: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionC i l i h• Cooperative Algorithm

◊ A group to solve a joint problem or perform a common task(s)

based on sharing the responsibility for reaching the goal.

◊ Di t ti◊ Direct cooperation

◊ Indirect/Stigmergic cooperation

◊ Independent actions

15L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[3]

Page 16: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse Descriptioni i• Heuristics

Heuristics is a solution strategy or rules by trial-and-error

to produce acceptable (optimal or near-optimal) solutions to

a complex problem in a reasonably practical time.

Examples: FIFO, LIFO, earliest due date first, largest

i ti fi t h t t di t fi t tprocessing time first, shortest distance first, etc.

16L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 17: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionH i i 8 P l / lidi bl k l / il l P bl• Heuristics: 8-Puzzle/sliding-block puzzle/tile-puzzle Problem

17L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[4]

Page 18: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionH i i 8 P l / lidi bl k l / il l P bl• Heuristics: 8-Puzzle/sliding-block puzzle/tile-puzzle Problem

18L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

The 8-puzzle can be solved in 31 moves or fewer. [4]

Page 19: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course DescriptionCourse DescriptionH i i 8 P l / lidi bl k l / il l P bl• Heuristics: 8-Puzzle/sliding-block puzzle/tile-puzzle Problem

◊ We can define the following heuristics :◊ We can define the following heuristics :

◊ h1(n) = the number of misplaced tiles in the current state relative to the goal staterelative to the goal state.

◊ In this example, h1(n)= 4 because tiles 1, 4, 7 and blank are out of place Obviously lower values for h are preferred

19L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

out of place. Obviously, lower values for h1 are preferred.

[4]

Page 20: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

MetaMeta--Heuristic Heuristic OptimizationOptimization• Meta-Heuristics: 8-Puzzle Problem

20L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

[4]

Solution is obtained in only 7 moves

Page 21: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

21L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 22: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course ObjectivesCourse Objectives• Introduce the concepts of cooperation and adaptations and

how they are influencing new methods for solving complex

problems.

St d t h i ti l ti ti • Study meta-heuristics, evolutionary computing

methods, swarm intelligence, ant-colony algorithms,

particle swarm methods.

• Illustrate the use of these algorithms in solving continuous Illustrate the use of these algorithms in solving continuous

and discrete problems that arise in engineering applications.

22L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 23: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

23L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 24: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course TopicsCourse TopicsOptimization techniques are search methods, where the goal is to find a solution to an optimization problem, such that a given quantity is optimized, possibly subject to a set of constraints.

Optimization AlgorithmsOptimization Algorithms

Exact Algorithms Approximate Algorithms

Fi d th ti l l ti Fi d ti l l ti• Find the optimal solution

• High computational costs.

• Find near-optimal solutions

• Low computational costs.

24L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

In most of the real applications, quickly finding near-optimal solution is better than spending large amount of time in search for optimal solution.

Page 25: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

S h M th dCourse TopicsCourse Topics

Search Methods

Deterministic Stochastic

Trajectory Methods

Population-based Methods

Numerical Methods

Graph Search Methods

◊TS◊SA◊GRASP Swarm Evolutionary Informed Blind Game

◊ ILS◊GLS◊VNS

◊PSO◊ACO

Intelligencey

Computing◊GA◊ES

SearchSearch

◊Depth-first◊Breadth-first

◊Hill climbing◊Beam search

Playing as search

25L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

◊VNS ◊ACO◊ABC, FA,

HS, SDS◊EP◊GP

◊Breadth first◊Dijkstra

◊Beam search◊Best-first, A*

Note: Topics highlighted in bold will be covered in this course.

Page 26: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course TopicsCourse TopicsIntroductory Concepts

• Optimization Theory and Combinatorics• Graph search Algorithms• Graph-search Algorithms• Game Playing as Search• Metaheuristics

Trajectory-based Metaheuristic Algorithms

• Tabu Search• Simulated Annealingg

Population-based Metaheuristic Algorithms

• P-Metaheuristics• Evolutionary Computation• Genetic Algorithms• Swarm Intelligence

26L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

• Particle Swarm Optimization• Ant Colony Optimization

Page 27: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

27L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 28: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course OutlineCourse OutlineO i i i Th d C bi i1. Optimization Theory and Combinatorics

2. Graph Search Algorithms3 G Pl i S h3. Game Playing as Search4. Trajectory-based Metaheuristic Optimization5 Tabu Search5. Tabu Search6. Simulated Annealing7 Population-based Metaheuristic Optimization7. Population based Metaheuristic Optimization8. Evolutionary Computation9. Genetic Algorithms9. Genetic Algorithms10. Swarm Intelligence 11. Particle Swarm Optimization (PSO)

28L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

p ( )12. Ant Colony Optimization (ACO)

Page 29: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

29L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 30: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Teaching MethodologyTeaching MethodologyAl ith bi l i l/ bi l i l f i i ti Algorithm biological/non-biological source of inspiration

Algorithm psuedo-code

Algorithm heuristics, parameters, cooperation and adaptation

Algorithm pros and cons

Algorithm applications

Discrete problems Continuous problems

Hand-iterations for small sub-set of the problem

Programming for real problem

30L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Algorithm refinement and tuning

Page 31: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

OutlineOutline

MUSES_SECRET: ORF-RE Project - © PAMI Research Group – University of Waterloo

• Course Description

• Course Objectives• Course Objectives

• Course Topics

• Course Outline

• Teaching Methodology

Course Policy • Course Policy

• Resources

31L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 32: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course PolicyCourse PolicyEvaluation Method WeightAssignments 20%

Projects 30%

Final Exam 50%

32L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 33: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course ResourcesCourse Resources• Course Website

Lecture slides, tutorials, assignments, code will be posted on the course webpage:http://www.alaakhamis.org/teaching/ECE457A/index.html

the course webpage:

33L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

Page 34: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course ResourcesCourse Resources• Textbook (Optional)

◊ A. Engelbrecht. Fundamentals of Computational Swarm Intelligence. Wiley, 2006.

◊ Xin-SheYang. Engineering Optimization: An Introduction ◊ Xin SheYang. Engineering Optimization: An Introduction with Metaheuristic Applications. A JOHN WILEY & SONS, INC., 2010.INC., 2010.

◊ Singiresu S. Rao. Engineering Optimization: Theory and Practice John Wiley & Sons INC 2009Practice. John Wiley & Sons, INC., 2009.

◊ C. Revees. Modern heuristic techniques for combinatorial

34L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

problems. Halsted Press, New York, 1993.

Page 35: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Course ResourcesCourse Resources• Books put on Reserve in the Library

◊ Andries P. Engelbrecht. Fundamentals of Computational

Swarm Intelligence. John Wiley and Sons, 2006.

J F K d R ll C Eb h t S I t lli◊ James F. Kennedy, Russell C. Eberhart. Swarm Intelligence.

Yuhui. Shi Published 2001 by Morgan Kaufmann

◊ Eiben and A, Smith. Introduction to Evolutionary

Computing. J.E, Springer, Berlin, 2003. Computing. J.E, Springer, Berlin, 2003.

◊ Revees, C. Modern heuristic techniques for combinatorial

35L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

problems. Halsted Press, New York, 1993.

Page 36: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

ReferencesReferencesll ll d bl k1. Newell. Heuristic Programming: Ill-Structured Problems. Book

Chapter in Progress in Operation Research, Vol. III, Aronofsky, ed – 1969ed. 1969.

2. Simon, H.A. (1973), “Structure of ill structured problems”, Artificial Intelligence, Vol. 4 Nos 3-4, pp. 181-201.Artificial Intelligence, Vol. 4 Nos 3 4, pp. 181 201.

3. M. Kamel, ECE457A: Cooperative and Adaptive Algorithms. Spring 2011, University of Waterloo.Spring 2011, University of Waterloo.

4. Crina Grosan and Ajith Abraham. Intelligent Systems: A Modern Approach. Springer, 2011.pp p g ,

5. A. E. Eiben, R. Hinterding and Z. Michaleweiz.”Parameter Control in Evolutionary Algorithms”. IEEE Transactions on

36L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis

y gEvolutionary Computing, vol. 3, issue 2, pp. 124-141, 1999.

Page 37: Cooperative and Adaptive Algorithms - Alaa Khamis presentation.pdf · S2014 ECE 457A : Cooperative and Adaptive Algorithms Cooperative and Adaptive Algorithms ... • Simulated Annealin

Questions?Questions?

37L0, ECE 457A: S2014 - University of Waterloo © Dr. Alaa Khamis