Skip to content

Variable stack size load distribution problem using JGAP GA library and GAE.

Notifications You must be signed in to change notification settings

npkumar/Variable-Stack-LDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

The Load Distribution Problem

This is a Genetic Algorithm based tool to solve the combinatorial optimization problem of load distribution in aircraft and other vessels used for transporting cargo. The containers that are loaded into a vessel or an aircraft need to be distributed and arranged optimally such that the pressure due to the mass of the containers is uniform across the surface of the vessel. The containers are stored in stacks, so the average weight of all the stacks needs to be similar and within each stack the weights should be ordered in such a way that the heaviest container is at the bottom and the lightest one is at the top, thereby ensuring that none of the containers get damaged.

We can use Genetic Algorithms to solve this problem of arranging a given set of containers along with their corresponding weights in stacks of equal weight. It is an abstraction of the bin-packing problem and its complexity arises from the fact that there are numerous arrangements that might satisfy the given conditions to some extent but a single best solution is hard to find. The users can alter/tune the genetic parameters like number of evolutions, population size, crossover rate and mutation rate to arrive at the best solution.

About

Variable stack size load distribution problem using JGAP GA library and GAE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published