Slot: includes

Include update rules from other algorithms with optional argument overrides. Unlike depends_on (sequential), includes means combined execution. Example: includes: [{algorithm: fic, arguments: [{name: eta, value: 0.1}]}]

URI: tvbo:slot/includes Alias: includes

Applicable Classes

Name Description Modifies Slot
Algorithm A complete specification of an iterative parameter tuning algorithm no

Properties

Type and Range

Property Value
Range AlgorithmInclude
Domain Of Algorithm

Cardinality and Requirements

Property Value
Multivalued Yes

Slot Characteristics

Property Value
Owner Algorithm

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:includes
native tvbo:includes

LinkML Source

name: includes
description: 'Include update rules from other algorithms with optional argument overrides.
  Unlike depends_on (sequential), includes means combined execution. Example: includes:
  [{algorithm: fic, arguments: [{name: eta, value: 0.1}]}]'
from_schema: https://w3id.org/tvbo
rank: 1000
alias: includes
owner: Algorithm
domain_of:
- Algorithm
range: AlgorithmInclude
multivalued: true
inlined: true