---
search:
boost: 5.0
---
# Slot: integrator_algorithm
_List of integrator algorithms used to integrate the simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/integrator_algorithm](https://CCPBioSim.ac.uk/biosim-schema/integrator_algorithm)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Integrator](../classes/Integrator.md) | Settings used for the simulation integrator | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [IntegratorAlgorithm](../enums/IntegratorAlgorithm.md) |
| Domain Of | [Integrator](../classes/Integrator.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/integrator_algorithm |
| native | https://CCPBioSim.ac.uk/biosim-schema/integrator_algorithm |
## LinkML Source
```yaml
name: integrator_algorithm
description: List of integrator algorithms used to integrate the simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Integrator
range: IntegratorAlgorithm
```