---
search:
boost: 5.0
---
# Slot: minimisation_algorithm
_Name of the method used to minimise the molecular system._
URI: [https://CCPBioSim.ac.uk/biosim-schema/minimisation_algorithm](https://CCPBioSim.ac.uk/biosim-schema/minimisation_algorithm)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Minimisation](../classes/Minimisation.md) | Minimisation stage of simulation workflow | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [MinimisationAlgorithm](../enums/MinimisationAlgorithm.md) |
| Domain Of | [Minimisation](../classes/Minimisation.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## 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/minimisation_algorithm |
| native | https://CCPBioSim.ac.uk/biosim-schema/minimisation_algorithm |
## LinkML Source
```yaml
name: minimisation_algorithm
description: Name of the method used to minimise the molecular system.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Minimisation
range: MinimisationAlgorithm
multivalued: true
```