Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a. Using Genetic algorithm Maximize f(x) = 2x-3x over {0, 1, 2...31) with initial x values of (14, 26, 9, 18), show the one

a. Using Genetic algorithm Maximize f(x) = 2x-3x over {0, 1, 2...31) with initial x values of (14, 26, 9,

a. Using Genetic algorithm Maximize f(x) = 2x-3x over {0, 1, 2...31) with initial x values of (14, 26, 9, 18), show the one crossover and mutation operation. b. Cluster the following eight points (with (x, y) representing locations) into three clusters: A1(2, 10), A2(2, 5), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2), A8(4, 9) Initial cluster centers are: A1(2, 10), A4(5, 8) and A7(1, 2). The distance function between two points a = (x1, y1) and b = (x2, y2) is defined as lesbizor! P(a, b)=x2-x11+ y2-yll Use K-Means Algorithm to find the three cluster centers after the second iteration.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Problem a Using Genetic Algorithm to Maximize fx 2x2 3x Steps Representation Encode the potential solutions x values as binary strings of length 5 sin... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Describe several factors that shape the organizational culture

Answered: 1 week ago