Search Algorithms (Prak)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Praktikum

Search Algorithms

Ali Ridho Barakbah

Knowledge Engineering Research Group


Soft Computing Laboratory
Department of Information and Computer Engineering
Electronic Engineering Polytechnic Institute of Surabaya

Electronic Engineering Knowledge Engineering


Ali Ridho Barakbah
Polytechnic Institute of Surabaya (knoWing) Research Group
8-Puzzle Game

Representasikan kasus dibawah ini dengan tree

5 8 1 2 3
4 2 1 4 5 6
7 3 6 7 8

Start Goal

Electronic Engineering Knowledge Engineering


Ali Ridho Barakbah
Polytechnic Institute of Surabaya (knoWing) Research Group
• Selesaikan kasus tersebut dengan metode:
– Breadth First Search
– Depth First Search
– Hill climbing
– Best First Search
– A* Search
– Branch and Bound
– Dynamic Programming

Electronic Engineering Knowledge Engineering


Ali Ridho Barakbah
Polytechnic Institute of Surabaya (knoWing) Research Group

You might also like