# Slot: evaluate 


_Materialise this algorithm's post-tuning evaluation: a simulation of the tuned model over the experiment's full duration, recorded as algorithm__<name>__<observation>. False keeps only the tuned parameters and state, which is all a dependency of another algorithm contributes - the algorithm that follows supersedes its observations - while the evaluation itself costs a complete run of the experiment's duration._



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



URI: [tvbo:slot/evaluate](https://w3id.org/tvbo/slot/evaluate)
<!-- 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:boolean](http://www.w3.org/2001/XMLSchema#boolean) |
| Domain Of | [Algorithm](../classes/Algorithm.qmd) |

### Cardinality and Requirements

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

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












## Identifier and Mapping Information





### Schema Source


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




## Mappings

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




## LinkML Source

<details>
```yaml
name: evaluate
description: 'Materialise this algorithm''s post-tuning evaluation: a simulation of
  the tuned model over the experiment''s full duration, recorded as algorithm__<name>__<observation>.
  False keeps only the tuned parameters and state, which is all a dependency of another
  algorithm contributes - the algorithm that follows supersedes its observations -
  while the evaluation itself costs a complete run of the experiment''s duration.'
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: boolean(true)
owner: Algorithm
domain_of:
- Algorithm
range: boolean

```
</details></div>