Skip to content

Releases: HI-IDN/IDeLM-Glulam

v1.0

15 Jan 18:31
Compare
Choose a tag to compare

This code base optimizes glulam production focusing on specific depths, balancing efficiency with processing capabilities. It supports a range of presses, with optimal performance observed at 6 presses. Runs with theoretical lower bounds of 4 presses take around 5 hours for 100 generations using 1+1 evolutionary search, while configurations with 13 or more presses require significantly more time. To maintain efficiency, particularly in larger setups, subsetting orders is recommended, typically within a 6-8 press range (a days work for the factory modelled).

The code base incorporates a priority management system to strategically allocate specific orders away from the last press, which is reserved for partial completions only. This mechanism is especially designed to ensure continuity across production runs. Orders from a previously incomplete (i.e. last) press are prioritized in the subsequent run, guaranteeing their completion and preventing indefinite delays.

Full Changelog: https://github.com/HI-IDN/IDeLM-Glulam/commits/v1.0