Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.25 KB

MHLibDemos.jl - Demo Applications for MHLib

Build Status codecov.io

This project is still in early development, any feedback is much appreciated!

MHLib.jl is a collection of modules, types, and functions in Julia 1.8+ supporting the effective implementation of metaheuristics and certain hybrid optimization approaches for solving primarily combinatorial optimization problems.

The current package MHLibDemos.jl provides diverse demos for MHLib.jl and can be used as template for your own application.

MHLib.jl and MHLibDemos.jl is developed primarily by the Algorithms and Complexity Group of TU Wien, Vienna, Austria, since 2020.

Contributors:

  • Günther Raidl (primarily responsible)
  • Nikolaus Frohner
  • Thomas Jatschka
  • Fabio Oberweger

Further information

See the README.md file of the main package MHLib.jl.