generate$models

Build models from source and algorithm specifications

Description

generate$models() combines one or more source specs and one or more algorithm specs, then resolves requested model resources through the execution engine. When some requested models fail, the returned PolyGeniusModelSet still includes all successfully generated models and a ⁠.field generation⁠ metadata record describing failed or blocked outputs.

Arguments

sources

Source specification(s), typically created with generate$sources$…().

algorithms

Algorithm specification(s), typically created with generate$algorithms$…().

.execute

Logical; when TRUE trigger execution and return a resolved PolyGeniusModelSet, otherwise return unresolved resource specifications.