/lineup_builder_rs

dfs lineup optimizer written in Rust

Primary LanguageRust

LineupBuilder

LineupBuilder is a tool for constructing optimized DFS lineups. Currently only supports Draft Kings, but the plan is to support all major providers.

Build Status

The optimization engine is located in the builder subcrate. There are currently two optimizer backends available. One is a custom knapsack algorithm implementation that I would not recommend using. The second, and recommended optimizer, is a wrapper around the coinor-cbc tool using the lp-modeler crate.

The main crate is an unfinished console application.