Poker Chipper

screenshot of Poker Chipper
svelte
vite

Optimally allocate poker chips using constrained, nonlinear optimization

Overview:

Poker Chipper is a tool designed to optimize the selection of poker chip denominations for cash games using constrained, nonlinear optimization. It simplifies the process of choosing chip values based on the number of players, buy-in, blinds, and available chips to ensure an optimal allocation.

Features:

  • Mathematically optimal results: Utilizes mixed-integer nonlinear programming for precise chip denomination selection.
  • Fast and easy operation: Input player details and quickly receive optimal chip values.
  • Advanced options: Ability to fine-tune parameters for customized chip allocation.
  • Web-based application: Conducts optimization client-side, enabling quick processing directly in the browser.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects