Opened at 2026-04-13T18:01:39Z
#1424 new planned
Builder strategies
| Reported by: | Ichthyostega | Owned by: | |
|---|---|---|---|
| Priority: | lesser | Milestone: | |
| Component: | lumieraSteam | Keywords: | builder design sophistication strategy |
| Sub Tickets: | #1423 | Parent Tickets: | #55, #966, #1332 |
Description
As Lumiera Architect,
I want the Builder to be able to apply schematic strategies,
to adapt to different contextual requirements and trade-offs.
explanation
In its simplest form, the Builder is greedy to satisfy any request for processed data and will engage into the first solution path that reveals itself. However, as is the case with every greedy algorithm, resulting node graphs could end up being excessively sub-optimal in some cases. Some point of flexibilisation is thus required at a suitable level within the design, so that different solution patterns could be supplied later, and selected by heuristics.
