Skip to content

Releases: achaussende/tp-2D-cutting-stock-problem

Optimization

10 May 16:40
Compare
Choose a tag to compare

Build Status

Optimization

*Add a new Packing Algorithm called Maximal Rectangles Best Area Fit
*Optimization on Simulate Annealing Algorithm by choosing Best out of ten for each iteration.

Run parameters

  • Absolute path to context file (like in test examples)
  • Number of iteration of the algorithm.
  • 1= Guillotine Sort Best Area Fit , 2= Maximal Rectangles Best Area Fit

Output

Output directory name : OUTPUT
Generate Log and images of different patterns.

pattern_2

New Packing Algorithm

26 Apr 13:05
Compare
Choose a tag to compare

Build Status

New Packing Algorithm

Run parameters

  • Absolute path to context file (like in test examples)
  • Number of iteration of the algorithm.

Output

Output directory name : OUTPUT
Generate Log and images of different patterns.

pattern_2

Fixed : Image Generation

22 Apr 10:49
Compare
Choose a tag to compare

Build Status

Fixed Guillotine Packing

Run parameters

  • Absolute path to context file (like in test examples)
  • Number of iteration of the algorithm.

Output

Output directory name : OUTPUT
Generate Log and images of different patterns.

Fixed Guillotine Packing

20 Apr 12:15
Compare
Choose a tag to compare

Build Status

Fixed Guillotine Packing

Run parameters

  • Absolute path to context file (like in test examples)
  • Number of iteration of the algorithm.

Output

Output directory name : OUTPUT
Generate Log and images of different patterns.

First Working Solution

19 Apr 12:37
Compare
Choose a tag to compare

Build Status

First working Solution for CuttingStock Problem

Run parameters

  • Absolute path to context file (like in test examples)
  • Number of iteration of the algorithm.