Kind-of-Lost
·
OR Tools
·
NFL Lineup Optimizer
·
Support
Upload your DraftKings, FanDuel or Yahoo player list, set your stacking rules, and generate a diverse set of lineups — ready to upload back. Free tool by kindoflost.
id column + a projection column. Matched by player ID.A free NFL DFS optimizer for DraftKings, FanDuel and Yahoo — no signup, no paywall, no “3 free lineups” teaser. It solves a real mixed-integer program (the same math the paid tools use) to build a set of lineups that are individually strong and collectively different, because in large tournaments one good lineup is easy — twenty different good ones is the hard part.
DraftKings and FanDuel run the same nine-slot classic NFL roster — QB, two RB, three WR, TE, a FLEX, and a defense — under a $50,000 cap on DraftKings and $60,000 on FanDuel. Yahoo fills the same nine slots under a $200 cap, and requires players from at least three teams with no more than six from any one team. Under the hood that is a knapsack problem: maximize projected points subject to the cap and the position rules.
What makes NFL different from baseball is correlation. A quarterback and his receiver score the same touchdown twice, so stacking them is not a preference — it is a constraint you write into the model. Add a bring-back from the opposing team to catch a shootout, refuse to roster a defense against your own offense, and cap how often any one player appears across the set. The optimizer treats all of it as hard constraints, not suggestions.
Is it really free? Yes — it is a working demo of optimization models I have built for 20+ years. No account, no lineup limit tricks.
Which sites does it support? DraftKings, FanDuel and Yahoo player exports, with upload-ready CSV output for each.
What about Showdown / single-game contests? Not yet — this is classic full-slate only.
Are the projections any good? The optimizer uses the projections in your file — and you can overwrite any of them. Its job is squeezing the most out of whatever projections you trust.
Do you have one for baseball? Yes — the MLB lineup optimizer is the same engine with batting-order stacking instead of quarterback stacking.
Get an email when we ship updates to the NFL optimizer. Low volume, unsubscribe anytime.
I'm Mario — an operations research analyst with 20+ years in optimization and supply chain (Cargill, Cessna Aircraft, Textron Aviation). Daily fantasy lineup building is a knapsack problem in a costume: the same constrained-optimization math I used for scheduling and routing, just with a salary cap instead of a truck. This NFL DFS tool runs a real MILP solver (PuLP/CBC) end to end, not a heuristic or a spreadsheet formula. More about me and the other free tools →
Also free: MLB lineup optimizer.