I am Dustin Kenefake, a 6th year phd student in the Pistikopoulos Group, where I focus mainly on algorithms and software for optimization. Code that my group has made can be found here. Find out more about my research and myself on my website. My hobby projects center around generating random numbers, optimization, and ray tracing.
- PPOPT - A Scalable multiparametric programming solver written in Python
- SmallPRNG - A header only extensible PRNG library/framework written in C++ (Tested with Testu01)
- SmolPrng - A high performance extendable PRNG crate written in Rust
- FasterFVA - A FVA tool based on a novel algorithm, written in Python
- Hercules - A reseach QUBO solver, written in Rust with Python Bindings
- MixingCut - A SDP solver for the MAXCUT SDP relaxation, written in Rust
- OptimalPoly - A numerically stable optimal approximation of functions, written in Python