dynamicsystemsarchitecture.org

Interactive Archetype Population Generator

Same archetype profiles and randomization ranges as the verified Python generator in Archetype-Based Population Synthesis — with one real fix: the original poker generator drew VPIP, PFR, and aggression independently, with no correlation between them, which didn't match the actual goal of preserving realistic variable correlation. This version adds that correlation using the same weighted-blend technique already verified in the companion market generator. Set your own distribution and generate a real population, in your browser, right now.

Two honest notes. The archetype parameters below (VPIP, PFR, aggression ranges per archetype) are the real, hardcoded values from the verified generator — not fit from external historical data. And the correlation direction (tighter play pairing with a higher PFR-to-VPIP ratio and higher aggression) is a real, defensible poker pattern, but the specific 0.6/0.4 and 0.5/0.5 blend weights are a reasonable choice, not derived from measured real-player data — stated precisely rather than implied to be more rigorously sourced than it is.

Set the distribution

50%
35%
12%
3%

Sliders are independent — the generator normalizes whatever ratio you set to real probabilities, same as the Python version.

1000

Source

Real Python source this page is ported from.