GithubHelp home page GithubHelp logo

aritrasep / modof.jl Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 36 KB

Multiobjective Discrete Optimization Framework in Julia

Home Page: https://aritrasep.github.io/Modof.jl/docs/build/

License: Other

Julia 100.00%
multiobjective-optimization sorting-algorithms hypervolume julia nadir-point ideal-points cardinality coverage uniformity optimization

modof.jl's Introduction

Multiobjective Discrete Optimization Framework in Julia

Build Status: Build Status

Documentation:

DOI: DOI

Modof.jl is a framework used for solving multiobjective mixed integer programs in Julia. It has functions for

  1. Selecting, sorting, writing and normalizing a nondominated frontier
  2. Computing ideal and nadir points of a nondominated frontier
  3. Computing the closest and the farthest point from the ideal and the nadir points respectively.
  4. Computing the quality of a nondominated frontier:
    1. Exact (for biobjective and triobjective) and approximate (for more than 4 objectives) hypervolumes
    2. Cardinality
    3. Maximum and average coverage
    4. Uniformity
  5. Plotting nondominated frontiers of:
    1. Biobjective discrete and mixed problems
    2. Triobjective discrete problems
  6. Wrappers for the following algorithms in linux:
    1. MDLS for solving multidimensional knapsack and biobjective set packing problems
    2. NSGA-II for solving biobjective binary programs

Note: Functionalities corresponding to computing quality of a nondominated frontier and plotting nondominated frontiers have been moved to pyModofSup.jl

Dependencies:

  1. Julia v0.6.0

Installation

Once, Julia v0.6.0 has been properly installed, the following instructions in a Julia terminal will install Modof.jl on the local machine:

Pkg.clone("https://github.com/aritrasep/Modof.jl")
Pkg.build("Modof")

In case Pkg.build("Modof") gives you an error on Linux, you may need to install the GMP library headers. For example, on Ubuntu/Debian and similar, give the following command from a terminal:

$ sudo apt-get install libgmp-dev

After that, restart the installation of the package with:

Pkg.build("Modof")

Supporting and Citing:

The software in this ecosystem was developed as part of academic research. If you would like to help support it, please star the repository as such metrics may help us secure funding in the future. If you use Modof.jl, Modolib.jl, FPBH.jl, FPBHCPLEX.jl or pyModofSup.jl software as part of your research, teaching, or other activities, we would be grateful if you could cite:

  1. Pal, A. and Charkhgard, H., A Feasibility Pump and Local Search Based Heuristic for Bi-objective Pure Integer Linear Programming.
  2. Pal, A. and Charkhgard, H., FPBH.jl: A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming in Julia

Contributions

This package is written and maintained by Aritra Pal. Please fork and send a pull request or create a GitHub issue for bug reports or feature requests.

modof.jl's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

modof.jl's Issues

MOBPInstance and BOBPInstance not available

Hello Aritra,
I was checking that the source file ModoModel is not considering the instances MOBPInstance and BOBPInstance when reading a MathProgBase model. I think is not big deal but you might want to take a look at it.
I would suggest switching the position of the conditions {if !(:Cont in var_types) && !(:Int in var_types)} and {if !(:Cont in var_types)} or using and elseif statement.

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.