Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 Part ( b ) : Bin - packing Problem Note: Most of your code - selection, mutation, crossover, over all structure can be re

2 Part (b): Bin-packing Problem
Note: Most of your code - selection, mutation, crossover, over all structure can
be re-used with some minor changes. The main aspects to concentrate on are:
fitness function, representation, analysis of results.
The Bin packing problem on wikipedia gives a high-level description of the
bin-packing problem. There are many applications of the bin-packing problem
and many extensions of the problem that have varied applications. It is a
combinatorial optimisation problem where the goal is to efficiently pack a set of
items into the minimum of bins.
In this question, you are provided with several problem instances - items
weights, bins and their capacity. Your developed GA should be able to tackle
these problems and give a solution.
Typically, you have a set of items each with a weight (or size or some other
values. The goal is to pack these items into a set of bins each with a fixed
capacity. The goal is to use as few bins as possible to pack the items.
You should submit:
A description of your representation of your solutions
A description of your fitness function and operators together with any
justifications of your choice
Any insights into the problem landscape.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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_2

Step: 3

blur-text-image_3

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

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions