Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 Part ( b ) : Bin - packing Problem Note: Most of your code - selection, mutation, crossover, over all structure can be re
Part b: Binpacking Problem
Note: Most of your code selection, mutation, crossover, over all structure can
be reused 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 highlevel description of the
binpacking problem. There are many applications of the binpacking 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started