gitlab.com topics: dynamic programming
William-maillard/m1-advanced_algorithms_knapsack
Study of execution time of differents algorithms to solve the knapsack problem, in differents instances of the problem created with a generator of knapsack problem.
Last synced at: about 1 year ago - Stars: 0 - Forks: 0

moda707/vrpvcsd-of
This project adopts Reinforcement Learning to solve a variant of the stochastic VRP, where customers are highly variable, demands are stochastic, and vehicles have a duration limit.
Last synced at: about 2 years ago - Stars: 1 - Forks: 0
William-maillard/Advanced_algorithms_knapsack
Study of execution time of differents algorithms to solve the knapsack problem, in differents instances of the problem created with a generator of knapsack problem.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
fxdm/flexible-mate-choice
Source code of the model Chevalier et al (2020) Am Nat
Last synced at: about 2 years ago - Stars: 0 - Forks: 0

sumnerh1/pyparagraph
This package is an attempt to make it easy to render paragraphs to a PIL Image in Python, with excellent line-breaking via the Knuth-Plass algorithm (commonly known as the TeX/LaTeX line-breaking algorithm). A simple greedy wrapping algorithm is available as a fallback. Console/text output is supported as well as PIL output.
Last synced at: 3 months ago - Stars: 1 - Forks: 0

sylveryte/algorithms-data-structure-cpp
Algorithms and Data Structure Implemented in C++
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
yesidavella/master_the_art_of_dynamic_prog
This project is meant to master Dynamic Programming, by breaking it down into a collection of simpler subproblems, solving each of those subproblems just once, and storing their solutions using a memory-based data structure.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

highdiceroller/icepool
Python dice probability package.
Last synced at: almost 3 years ago - Stars: 1 - Forks: 0

tripu.info/ssp
Solving the subset sum problem (SSP) via dynamic programming
Last synced at: over 1 year ago - Stars: 0 - Forks: 0

turboillegali/gutenberg
Gutenberg is a pipeline for training a neural network in segmenting and recognising frequent words in early printed books, in particular we focus on Gutenberg’s Bible.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0

nickguner/java-prep
Preparations for coding interviews
Last synced at: over 2 years ago - Stars: 0 - Forks: 0