Analyse the general nature of artificial intelligence

Assignment Help Computer Engineering
Reference no: EM132136494 , Length: 1150 Words

Artificial Intelligence Techniques Assignment - Combinatorial Optimisation

Learning Outcomes Covered

1. Research and analyse the general nature of artificial intelligence and the problems it solves.

2. Apply and evaluate artificial intelligence techniques for solving a variety of real world problems.

Travelling Salesman Problem -

The "Travelling Salesman Problem" (TSP) is about a salesman that must visit every city in his assigned territory exactly once and then return back to the starting point. The goal is to find the best tour with the lowest possible cost. A possible search space for the TSP problem is a permutation of the n cities. Any single permutation of n cities yields a solution, which is interpreted as a complete tour, with a return home implied as soon as the last city in the sequence is visited.

Genetic Algorithm -

Genetic Algorithms (GAs) are adaptive heuristic search algorithms based on the evolutionary ideas of natural selection and genetics. The basic concept of GAs is to simulate processes in the natural system necessary for evolution, especially those that follow the principles first laid down by Charles Darwin of survival of the fittest. As such, they represent an intelligent exploitation of a random search within a defined search space to solve a problem. The algorithm can be summarized as:

1. Randomly generate an initial population.

2. Calculate the fitness of each individual.

3. Define selection probabilities for each individual.

4. Select probabilistically individuals from the population.

5. Produce an offspring via mutation and crossover methods.

6. Repeat steps 2-6 until a solution is obtained or the maximum number of iterations is reached.

You are expected to implement a Genetic Algorithm to solve travelling salesman problem.

Implementation Specifications -

  • Number of cities - 50
  • Population size - 16
  • Number of iterations - 1000 (or any other termination condition)
  • Selection Strategy: Rank Selection (with Elitism strategy)
  • Crossover strategies: Partially mapped crossover, Order crossover, Cycle crossover
  • Mutation strategies: Swap mutation, Insertion mutation, Displacement mutation

Select any two crossover and/or mutation strategies stated above and implement the genetic algorithm solution on the travelling salesman problem. For example, you can use following two set of parameters for your assignment:

  • Rank Selection + Swap mutation + Cycle crossover
  • Rank Selection + Insertion mutation + Cycle crossover

Deliverables -

PART A: Source Code in a single zip file, with following methods:

  • Initial population
  • Mutation
  • Crossover
  • Evaluate population
  • Selecting next generation population

PART B: Analysis.docs file

  • This file should have comparative analysis of the two selected parameter settings of the GA and an extensive comparison of results obtained by the GA with the Local Search Algorithm. The Analysis includes:
  • Run the algorithm a minimum 10 times and report back the best solution values found in each run (also report the average of the best solution values in 10 runs)
  • Report back with graph and description of the number of iterations vs best solution values found in each run
  • Critically evaluate the performance of two selected strategies of the Genetic Algorithms (by comparing the results)
  • Critically evaluate the performance of both the GA and the Local Search Algorithm (by comparing the results).

Attachment:- Assignment File.rar

Reference no: EM132136494

Questions Cloud

How might you incorporate exercise into your life : What activity did you do? Make sure to specify the intensity and duration of the activity. What did you enjoy about the activity?
What are the maximum profits : Marion the monopolist faces the following demand function: Q = 22,000 - 8P. She faces the following cost function: TC = 5,000,000 + 140Q.
What are three healthy ways that you cope with stress : What are three healthy ways that you cope with stress? Make this personal, as opposed to listing general strategies that anyone could do.
Did the analysis tools provided throughout the course help : Did your decision-making skills improve based on the problem-solving model? Please provide an explanation.
Analyse the general nature of artificial intelligence : COMP.7212 - Artificial Intelligence Techniques Assignment - Combinatorial Optimisation, Toi Ohomai Institute of Technology, New Zealand
Generation on strengths or opportunities for businesses : Discuss the effects of the impact of the Millennial generation on Strengths or Opportunities for Businesses.
List some goals and objectives related to the methods : List teaching strategies/methods and resources to improve nutrition in the elderly who are malnutoused and/or have muscle wasting.
What are the pros and cons of allowing the ceo : What are the pros and cons of allowing the CEO of a company to also serve as the Chair of the Board?
Buyer of a manufacturing plant : The buyer of a manufacturing plant wants a broker to list each piece of equipment in the contract with a separate valuation so that it can be depreciated

Reviews

len2136494

10/10/2018 12:01:44 AM

This assignment is an individual assignment. NOTE: It is your responsibility to clarify any aspect of the assignment that you are unsure of, with your lecturer. You are required to upload a single zip file on moodle before due date. The assignment will not be accepted using any other method. Your lecturer may use an oral examination or any other mode to test your understanding of the material submitted. PART A of this assignment is due one week prior to the submission of PART B.

len2136494

10/10/2018 12:01:38 AM

Analysis - Run the algorithm a minimum 10 times and report back the best solution values found in each run (also report the average of the best solution values in 10 runs). Report back with graph and description of the number of iterations vs best solution values found in each run. Critically evaluate the performance of two selected strategies of the Genetic Algorithms (by comparing the results) Critically evaluate the performance of both the GA and the Local Search Algorithm (by comparing the results).

Write a Review

Computer Engineering Questions & Answers

  Questionprogramming assignment on bstthis program requires

questionprogramming assignment on bstthis program requires you to apply a binary search tree with the following

  Question1listing key issues stressed by an agile philosophy

question1.listing key issues stressed by an agile philosophy of software engineering.2. what are tradeoffs suggests by

  How many times will the instruction at the memory address

When the LC3 program is executed, how many times will the instruction at the memory address labeled LOOP execute? Show all work.

  Create an interface source file for the temperature class

Create an interface source file for the Temperature class. this is the Temperature class code in java: public class Temperature { public double c2F(double c) { return (9 * (c/5) + 32); } public double f2C(double f) { return (5 * (f-32) / 9); } }

  Problem on bubble sort algorithm

Problem on Bubble sort algorithm

  Express how database processing differs from file

What is e-Commerce? How may e-Commerce businesses be categorized? What are three major issues facing e-Commerce?

  Examine a visual development environment in your facility

Examine a visual development environment in your facility. Is the environment based on control integration? Data integration?

  How various blocks of main memory are there

A computer using fully-associative cache has 2^32 words of main memory and a cache of 1024 blocks. Each cache block includes 32 words.

  Write a regular expression to match a valid us phone number

Write a regular expression to match a valid US phone number, assuming there are two acceptable formats: (315)1234567, (800)123-4567.

  How to designs a communincation methodology

What if someone creats a communincation methodology that does not comply with OSI but is compatable with the application layer and the physical layer. What will be problems if any? in both Local network and in Internetworking.

  Give description on wireless communication

As an IT consultant, you have been tasked to implement wireless communication for a car company with about with 1500 associates. In four locations.

  What type of sampling technique will you use and why

What type of sampling technique will you use and why? What may be the demographic characteristics of your sample? Identify potential data collection techniques and justify your choice.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd