Asst. Prof. Dr. Ahmet ÜNVEREN, Asst. Prof. Dr. Adnan ACAN.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

50s Computer Software and Software Engineering
Computational Intelligence Winter Term 2013/14 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund.
Hon Wai Leong, NUS (CS6234, Spring 2009) Page 1 Copyright © 2009 by Leong Hon Wai CS6234: Spring 2009 (Overview) CS6234: Advanced Algorithms  Instructors:
Multi-Objective Optimization NP-Hard Conflicting objectives – Flow shop with both minimum makespan and tardiness objective – TSP problem with minimum distance,
1 Welcome to G53ASD AUTOMATED SCHEDULING Lecturer: Dr. Sanja Petrovic School of Computer Science and Information Technology The.
Simulated Annealing Student (PhD): Umut R. ERTÜRK Lecturer : Nazlı İkizler Cinbiş
Spring, 2013C.-S. Shieh, EC, KUAS, Taiwan1 Heuristic Optimization Methods Prologue Chin-Shiuh Shieh.
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
Artificial Intelligence Genetic Algorithms and Applications of Genetic Algorithms in Compilers Prasad A. Kulkarni.
MAE 552 – Heuristic Optimization Lecture 10 February 13, 2002.
Resource Allocation Problem Reporter: Wang Ching Yu Date: 2005/04/07.
INTRODUCTION TO COMPUTATIONAL INTELLIGENCE, Nanjing University Spring 2014 INTRODUCTION TO COMPUTATIONAL INTELLIGENCE Lin Shang Dept. of Computer Science.
Ant Colony Optimization: an introduction
Dr Rong Qu Module Introduction.
Metaheuristics The idea: search the solution space directly. No math models, only a set of algorithmic steps, iterative method. Find a feasible solution.
Metaheuristics Meta- Greek word for upper level methods
ISE420 Algorithmic Operations Research Asst.Prof.Dr. Arslan M. Örnek Industrial Systems Engineering.
CH558 Software Agent (Software Agent Technology and Multi-agent Systems) Spring Semester, 2005 Dept. of Computer Science Yonsei University.
CSI Evolutionary Computation Fall Semester, 2009.
Overview of the Course Copyright 2003, Keith D. Cooper, Ken Kennedy & Linda Torczon, all rights reserved. Students enrolled in Comp 412 at Rice University.
Carlos Eduardo Maldonado Research Professor Universidad del Rosario INNOVATION AND COMPLEXITY.
Complex Systems Engineering CSE - SWE 488 Prof. Mohamed Batouche
Swarm Computing Applications in Software Engineering By Chaitanya.
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
Internet Engineering Czesław Smutnicki Discrete Mathematics – Location and Placement Problems in Information and Communication Systems.
COMPE 564/ MODES 662 Natural Computing 2013 Fall Murat KARAKAYA Department of Computer Engineering.
Design & Analysis of Algorithms Combinatory optimization SCHOOL OF COMPUTING Pasi Fränti
1 IE 607 Heuristic Optimization Particle Swarm Optimization.
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
CSC & IS Centrul pentru studiul complexit ă ii Intelligent Systems group ARIA – UBB csc.centre.ubbcluj.ro.
G5BAIM Artificial Intelligence Methods
Intelligent System Ming-Feng Yeh Department of Electrical Engineering Lunghwa University of Science and Technology Website:
LI Aijun. Introduce yourself   Where you from   Major   supervisor.
1 Lecturer: Dr Sanja Petrovic School of Computer Science and Information Technology
Ant Algorithm and its Applications for Solving Large Scale Optimization Problems on Parallel Computers Stefka Fidanova Institute for Information and Communication.
CSI Evolutionary Computation Fall Semester, 2011.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Heuristic Methods for the Single- Machine Problem Chapter 4 Elements of Sequencing and Scheduling by Kenneth R. Baker Byung-Hyun Ha R2.
G5BAIM Artificial Intelligence Methods Dr. Graham Kendall Course Introduction.
ZEIT4700 – S1, 2015 Mathematical Modeling and Optimization School of Engineering and Information Technology.
MTH 204 NUMERICAL ANALYSIS Spring Term MTH 204 NUMERICAL ANALYSIS Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof. Dr.
C OMPUTATIONAL I NTELLIGENCE : I NTRODUCTION Ranga Rodrigo January 27,
___________________________________________________ Informatics MSc Course PLAN – Automated Planning The aim of this course is to provide: a solid grounding.
1 CENG 707 Data Structures and Algorithms Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University Fall 2013.
School of Computing Clemson University Fall, 2012
Artificial Intelligence
metaheuristic methods and their applications
CSCI 4310 Lecture 10: Local Search Algorithms
Discrete ABC Based on Similarity for GCP
Particle Swarm Optimization
Meta-heuristics Introduction - Fabien Tricoire
School of Computer Science & Engineering
Opracowanie językowe dr inż. J. Jarnicki
Introduction of ECE665 Computer Algorithms
Local Search Local search algorithms try to improve a given solution by modifying it   Constructive Algorithms Improvement Algorithms Need to specify:
Overview of the Course Copyright 2003, Keith D. Cooper, Ken Kennedy & Linda Torczon, all rights reserved. Students enrolled in Comp 412 at Rice University.
Subject Name: Operation Research Subject Code: 10CS661 Prepared By:Mrs
Advanced Artificial Intelligence Evolutionary Search Algorithm
G5BAIM Artificial Intelligence Methods
metaheuristic methods and their applications
Metaheuristic methods and their applications. Optimization Problems Strategies for Solving NP-hard Optimization Problems What is a Metaheuristic Method?
Multi-Objective Optimization
“Hard” Optimization Problems
Subset of Slides from Lei Li, HongRui Liu, Roberto Lu
Ant Colony Optimization
Design & Analysis of Algorithms Combinatorial optimization
ZEIT4700 – S1, 2016 Mathematical Modeling and Optimization
Artificial Bee Colony Algorithm
Algorithms Lecture # 26 Dr. Sohail Aslam.
Presentation transcript:

Asst. Prof. Dr. Ahmet ÜNVEREN, Asst. Prof. Dr. Adnan ACAN

Practical Issues The lecturer Asst. Prof. Dr. Ahmet ÜNVEREN IE-A201 & CMPE Asst. Prof. Dr. Adnan ACAN CMPE Web-pages : cmpe.emu.edu.tr

Practical Issues Lectures Mondays 10: :30 Room CMPE129 Lecture plan on the web METHOD OF ASSESSMENT Midterm 1 30 % Midterm 2 30 % Final 40 %

TEXTBOOKs Colin Reeves, “Modern Heuristic Techniques for Combinatorial Optimization”, John Wiley & Sons, Judea Pearl, “Heuristics: Intelligent Search Strategies for Computer Problem Solving”, Addison-Wesley, Jason Brownlee, “Clever Algorithms: Nature-Inspired Programming”, Thomas Back, “Evolutionary Algorithms in Theory and Practice”, Oxford University Press, Lecture Notes.

CATALOGUE DESCRIPTION Heuristics and metaheuristics, neighborhood search, local and global optimization, tabu search, greedy randomized adaptive search, simulated annealing, gread deluge algorithm evolutionary algorithms, ant-colony optimization, Particle Swarm Optimization, Bee Colony Optimization hybrid methods, performance evaluation of metaheuristics.

AIMS & OBJECTIVES Heuristics, popularly known as rules of thumb, stand for strategies that improve the average-case performance of problem solving task. An efficient heuristic discovers good solutions for hard problems relatively quickly. Metaheuristics means heuristics for managing heuristics. Metaheuristics control the application and interaction of one or more heuristics searching for a better solution than any single heuristic would find on its own. The aim of this course is to present the nature and the power of widely used metaheuristic methods, primarily those used in artificial intelligence and operations research. The methods to be covered are used to solve search, reasoning, planning and general engineering optimization problems. The graduate students who will take this course may use many of the algorithms introduced in this course in their graduate research studies.