moptipyapps package

Applications of Metaheuristic Optimization in Python.

Currently, the following applications are implemented:

  • binpacking2d provides methods to solve two-dimensional bin packing instances,

  • mod:~moptipyapps.qap offers instances of the well-known Quadratic Assignment Problem (QAP) and some very basic algorithms to tackle it,

  • mod:~moptipyapps.tsp offers instances of the well-known Traveling Salesperson Problem (TSP) and some very basic algorithms to tackle it,

  • mod:~moptipyapps.ttp offers instances of the Traveling Tournament Problem (TTP),.

The following additional tools are implemented:

  • tests offers unit tests to try out optimization algorithms and other instances of component on the different problems that are provided above.

  • shared offers shared constants and tools.

Subpackages

Submodules

moptipyapps.version module

An internal file with the version of the moptipyapps package.