Skip to content

A Python package for manufacturing and assembly lines simulation and optimization

License

Notifications You must be signed in to change notification settings

GusFurtado/siamese-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



SIAMESE - Simulation of Assembly and Manufacturing Lines

- yeah, silly acronym, I know...

Instalation

  • pip install siamese-optimizer

Documentation

What can this package do now?

  • Build a manufacturing line using machines and buffers instances;
  • Simulate the line with Simpy;
  • Generate plot and reports of results;
  • Draw the line with NetworkX.

What will this do in the future?

  • Otimizations and suggestions, such as changing buffer capacity or machine speed.

What are the next steps?

  • Create an official Sink object;
  • Finish CountFailure object;
  • Create objects the combine and duplicate entities.

Could you please explain the underlying theory?

  • Sure, but I'm kinda busy right now. I'll do it in a probably-near future.