Skip to content

NachoMurillo/mi-lxpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MI-LXPM

This project implements the MI-LXPM [1] algorithm.

Objective

Main objective is to implement the MI-LXPM algorithm suited for solving Mixed Integer Programming problems.

Instructions

All configuration is available through config.json. I have added configurations which are given in the original paper. You can change as you wish.

  1. Install numpy
  2. Configure config.json and define what problem is going to be solved. Problems are located inside src/problems folder
  3. Run main.py

Problems

New problems can be added, see problem1 and problem17 for example.

References

[1] Deep K., Pratap K., Singh P., Kansal M.L., Mohan C. (2009) A real coded genetic algorithm for solving integer and mixed integer optimization problems, Applied Mathematics and Computation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%