partial_recursion
Perform a partial recursion of admissible DAGs
Specification
Alias: None
Arguments: None
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Required |
Throttle the depth for a partial recursion of admissible DAGs |
Description
A partial recursion includes admissible directed acyclic graphs
(DAGs) up to a specified depth, where the depth specification is required. Refer to
depth_limit
for additional details.
Partial recursions are useful when the number of DAGs to explore grows large
for a full_recursion
.
Theory
Refer to [BLWL22] for additional details on generalized ACV recursion.