Sei sulla pagina 1di 2

Haisum Bhatti | Fuzzy Logic Exercises | AI Assignment Problem: Given four jobs (Jobs 1, 2, 3, and 4); our task

is to choose the job that will give us the highest salary, given the constraints that the job should be interesting and close to our home. Following is data for each job based on each criterion:

Use Intersection Fuzzy Decision to determine answer.

Solution: Since we already discussed in presentation that intersection operation on Fuzzy set takes minimum of an element. We take 0.1 for Job one, 0.6 for job 2, 0.5 for job 3 and 0.2 for job 4. In this case Job 2 with 0.6 the highest degree will be the best job to choose for us.

Haisum Bhatti | Fuzzy Logic Exercises | AI Assignment Problem: A real state dealer wants to classify the houses he offers to his clients. One indicator of comfort of these houses is the number of bedrooms in them. Let the available types of houses be represented by the following set which defines number of bedrooms in each house. U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} If agent wants to select a house which is comfortable for 4 people, construct a fuzzy set and determine which house best suits 4 member family. Solution: We may find comfortability of a house by dividing number of bedrooms it has by number of members who want to live in house. In our case we want to divide each house s bedrooms by four. Using above rule the fuzzy set "comfortable type of house for a 4-person family" may be described using a fuzzy set in the following manner. F = { 1 : 0.25, 2 : 0.5, 3 : 0.75, 4 : 1, 5 : 1.25, }

So we can conclude that house number 4 is most suitable since rest are either discomforting or over comforting.

Potrebbero piacerti anche