Enum: InitialStateMethod
Strategy for obtaining the starting equilibrium or periodic orbit.
URI: tvbo:enum/InitialStateMethod
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| time_integration | None | Integrate the ODE forward until convergence (robust, default) |
| newton | None | Use Newton’s method to find the nearest fixed point |
| given | None | Use the model’s default initial values directly |
| from_branch | None | Start from a point on a previously computed branch |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
LinkML Source
name: InitialStateMethod
description: Strategy for obtaining the starting equilibrium or periodic orbit.
from_schema: https://w3id.org/tvbo
rank: 1000
permissible_values:
time_integration:
text: time_integration
description: Integrate the ODE forward until convergence (robust, default).
newton:
text: newton
description: Use Newton's method to find the nearest fixed point.
given:
text: given
description: Use the model's default initial values directly.
from_branch:
text: from_branch
description: Start from a point on a previously computed branch.