Git Product home page Git Product logo

gga-cgt's Introduction

GGA-CGT

Grouping Genetic Algorithm with Controlled Gene Transmission for the Bin Packing Problem

The program executes GGA-CGT over a set instances using different configurations given by the user. Each configuration represents an independent execution of the GA.

Author:

  • Marcela Quiroz-Castellanos
  • [email protected]
  • Tecnológico Nacional de México
  • Instituto Tecnológico de Ciudad Madero
  • División de Estudios de Posgrado e Investigación
  • Depto. de Sistemas y Computación

Uploaded and documented by jmejia8.

My first time (Linux):

To build this program just compile by running make . Use the following command to solve the instance instances/BPP1.txt:

Running algorithm with default parameters (settings):

./GGA-CGT --instance instances/BPP1.txt

Running algorithm with different optional parameters:

./GGA-CGT --P_size 100 --max_gen 500 --p_m 0.83 --p_c 0.2 --k_ncs 1.3 --k_cs 4 --B_size 0.1 --life_span 10 --seed 1 --save_bestSolution 0 --instance instances/BPP1.txt

Output:

A set of files GGA-CGT_(i).txt including the experimental results for each configuration i in the input, stored in directory: Solutions_GGA-CGT; If(save_bestSolution = 1) a set of files HGGA_S_(i)_instance.txt including the obtained solution for each instance, for each configuration i, stored in directory: Details_GGA-CGT.

Reference:

Quiroz-Castellanos, M., Cruz-Reyes, L., Torres-Jimenez, J.,
Gómez, C., Huacuja, H. J. F., & Alvim, A. C. (2015).
  A grouping genetic algorithm with controlled gene transmission for
  the bin packing problem. Computers & Operations Research, 55, 52-64.

gga-cgt's People

Contributors

jmejia8 avatar

Stargazers

Ying LI avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.