LogoLogo
  • About this Documentation
  • Getting started
    • Initial Resources
    • OSPSuite Architecture
  • Setup
    • Git Workflow
    • C# Coding Standards
    • Setting up the developer environment for C#
  • OSPSuite-R Setup
    • Setup OSPSuite-R on Windows
    • Setup OSPSuite-R on CentOS7
    • Setup OSPSuite-R on Ubuntu
  • R Development Resources
    • R Development Collaboration Guide
    • R Coding Standards
    • Best Practices R
    • R Code structure
  • .NET Code Specifics
    • Serialization
    • Unit and Integration Testing
    • Commands
    • Debugging
    • Data Binding
  • PK-Sim Database
    • PK-Sim Database Description
  • Sim Model
    • Finding Memory Leaks
  • Algorithms
    • Algorithm for Individual Creation
Powered by GitBook
On this page
  1. Algorithms

Algorithm for Individual Creation

When OSPSuite creates a new individual given input data, there is one of two algorithms being used: There is the algorithm for species that are not age dependant and There is the more complicated algorithm for age dependant species that.

Both algorithms can be found in more detail here:

https://github.com/Open-Systems-Pharmacology/OSPSuite.Documentation/wiki/Create-Individual-Algorithm

PreviousFinding Memory Leaks

Last updated 1 year ago