# Slot: apply_every 


_Apply update every N iterations_



<div data-search-exclude markdown="1">



URI: [tvbo:slot/apply_every](https://w3id.org/tvbo/slot/apply_every)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Algorithm](../classes/Algorithm.qmd) | A complete specification of an iterative parameter tuning algorithm |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) |
| Domain Of | [Algorithm](../classes/Algorithm.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `integer(1)` |
| Owner | [Algorithm](../classes/Algorithm.qmd) |












## Identifier and Mapping Information





### Schema Source


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




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:apply_every |
| native | tvbo:apply_every |




## LinkML Source

<details>
```yaml
name: apply_every
description: Apply update every N iterations
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: integer(1)
owner: Algorithm
domain_of:
- Algorithm
range: integer

```
</details></div>