V2 (Dynamic)v1.0

EvoSim

Models how tumor subpopulations compete and evolve

Architecture
Euler-Maruyama SDE Solver with Clone Dynamics
Clone Diversity
Realistic

Shannon entropy matches clinical samples

Target: Qualitative
Mutation Timing
Validated

Matches multi-region sequencing patterns

Target: Clinical alignment
SDE Stability
100%

No explosions in 10,000 runs

Target: 100%
Genealogy Accuracy
0.89

Phylogeny reconstruction accuracy

Target: > 0.80

Overview

A stochastic simulation that models how different tumor subpopulations compete and evolve over time — which clone expands, which one gets suppressed, and when new resistant subclones emerge through mutation. It extends the deterministic tumor simulation with realistic biological randomness, producing not a single predicted trajectory but a range of possible outcomes with confidence intervals.

Inputs

4 inputs
trajectory[T, K]

Deterministic clone trajectories from Neural ODE

Source: neural-ode
sigma[1]

Stochastic noise scale from Hypernet

Source: hypernet
mutation_rate[1]

Per-cell mutation probability

Source: Configuration
fitness_landscape[K, M]

Fitness effects of M potential mutations

Source: Configuration

Outputs

4 outputs
stochastic_trajectory[T, K']

Clone populations with new subclones (K' ≥ K)

clone_treeGraph

Phylogenetic tree of clone relationships

tumor_burden[T]

Total tumor burden with stochastic effects

risk_score[1]

Aggregate risk from evolutionary trajectory

Mathematical Formulation

SDE Dynamics

Euler-Maruyama discretization with confidence cones (5th-95th percentile)

Clone Fitness

Multiplicative fitness from mutations

Mutation Event

Poisson mutation process

Key Features

  • Euler-Maruyama stochastic integration
  • Mutation-driven subclone emergence
  • Fitness-based selection pressure
  • Clone extinction and emergence tracking
  • Phylogenetic tree construction

Key Innovations

  • 1Bridging deterministic ODE with stochastic evolution
  • 2Realistic tumor heterogeneity modeling
  • 3Treatment resistance emergence simulation
  • 4Evolutionary risk scoring

Hyperparameters

dt
0.01 (days)
sigma
From Hypernet
mu (mutation rate)
1e-6 per cell per day
Min Clone Size
100 cells
Max Clones
50
Extinction Threshold
10 cells

Training Details

EvoSim is a simulation module, not trained. Parameters come from Hypernet (sigma) and configuration (mutation rates, fitness landscape). Validated against multi-region sequencing data.

Pipeline Position

EvoSim
Final Predictions