Numerical Simulation of a Tumor Growth Dynamics Model Using Particle Swarm Optimization.

Journal of Computer Science and Systems Biology
|March 29, 2016
PubMed
Summary

Particle swarm optimization efficiently finds optimal parameters for tumor growth models. This computational method accelerates the analysis of complex biological data, outperforming genetic algorithms in speed and results.

Related Concept Videos

Exponential Equations for Modeling Growth01:26

Exponential Equations for Modeling Growth

Exponential models are essential for describing rapid, multiplicative changes in natural systems, such as population growth. When a population doubles at regular intervals, the process can be modeled using a suitable base. For instance, a bacterial culture that doubles every three hours follows the model n(t)=n0⋅2t/3, where n(t) is the population at the time t.A more general model uses the natural base e, especially for continuous growth. This takes the form n(t)=n0⋅ert, where r is...
419
Modeling with Differential Equations01:25

Modeling with Differential Equations

Population dynamics can be described mathematically by considering the population size P(t) as a function of time. The rate of change of the population is then represented by the derivative of P(t). A simple assumption is that the rate of growth is proportional to the size of the population itself. This leads to an exponential growth model, where the population increases rapidly without bound. While this is a useful first approximation, it does not reflect realistic long-term...
162
Growth Models with Integration: Problem Solving01:27

Growth Models with Integration: Problem Solving

In population modeling, integration provides a systematic way to determine accumulated quantities from known rates of change. One such application arises in ecology, where the total weight of a fish population in a body of water is referred to as its biomass. When the rate of growth of this biomass is known as a function of time, calculus can be used to determine the total biomass at a future date.Growth Rate and Biomass FunctionLet the growth rate of the fish population be represented by a...
86
Tumor Progression02:07

Tumor Progression

Tumor progression is a phenomenon where the pre-formed tumor acquires successive mutations to become clinically more aggressive and malignant. In the 1950s, Foulds first described the stepwise progression of cancer cells through successive stages.
Colon cancer is one of the best-documented examples of tumor progression. Early mutation in the APC gene in colon cells causes a small growth on the colon wall called a polyp. With time, this polyp grows into a benign, pre-cancerous tumor. Further...
7.8K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
393