Skip to content

Add damage projection graph#2760

Open
NicolasKion wants to merge 1 commit into
pyfa-org:masterfrom
NicolasKion:feature/damage-projection-graph
Open

Add damage projection graph#2760
NicolasKion wants to merge 1 commit into
pyfa-org:masterfrom
NicolasKion:feature/damage-projection-graph

Conversation

@NicolasKion
Copy link
Copy Markdown
Contributor

New "Damage Projection" graph plots the per-distance envelope of best effective DPS across each weapon's compatible ammo, summed across weapons. Charge swaps are batched per (item ID, state) group so the fit only recalcs ceil(N_ammo / N_group_size) times instead of once per ammo, and dominated ammo curves are pruned upfront so the per-distance loop only iterates candidates that can plausibly win. This makes it very straightforward to compare different hulls in terms of their projected dps capabilities.

AI has been used to produce the code in question

Screenshot 2026-05-11 at 12 43 15

New "Damage Projection" graph plots the per-distance envelope of best
effective DPS across each weapon's compatible ammo, summed across
weapons. Charge swaps are batched per (item ID, state) group so the
fit only recalcs ceil(N_ammo / N_group_size) times instead of once per
ammo, and dominated ammo curves are pruned upfront so the per-distance
loop only iterates candidates that can plausibly win.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant