Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 523 Bytes

Assembly Sequence Planning and Optimisation

Python Code Implementation of -
  • Brute Force Search
  • Genetic Algorithm
  • Ant Colony Algorithm

Requirements

  • Python 2.7, Python 3+
  • pyevolve python library
  • ACO-pants python library

Installation

$ sudo apt-get install python-pyevolve
$ sudo apt-get install python-matplotlib
$ pip3 install ACO-Pants

References

  • Check out the references folder in the repository
  • Results of the parameter variation in GA in img folder