2. Explain how a valid genotype can be represented as a partial permutation of integers,

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

The clique problem is to find cliques in a graph.

A clique is a set of vertices that are all adjacent - connected - to each other.

A 4-clique is a set of 4 vertices that are all connected to each other.

So in this example of the 4-Clique Problem, we have a 7-vertex graph. A brute-force algorithm has searched every possible combination of 4 vertices and found a set that forms a clique:

(Image taken from the Wikipedia 'Clique Problem' page.)

You should read the Wikipedia page for the Clique Problem (and then read wider if need be) if you need to understand more about it.

Note that the Clique Problem is NP-Complete and therefore when the graph size is large a deterministic search is impractical. That makes it an ideal candidate for an evolutionary search.

For this assignment you must suppose that you have been tasked to implement the 4-clique problem as an evolutionary algorithm for any graph with any number of vertices (an n-vertex graph). The algorithm succeeds if it finds a 4-clique.

To achieve this task you would need to:

  • develop an understanding of the problem and the nature of the search space
  • figure out how to represent solutions and calculate fitness
  • figure out ways to perform techniques such as mutation, crossover and termination

...and so the questions below are designed to take you through some of those processes.

You are expected to fill in any gaps in your knowledge of combinatorial mathematics through independent study.

2. Explain how a valid genotype can be represented as a partial permutation of integers, providing an example for the case n=7.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Intelligent Machines
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education