Skip to content
View DKenefake's full-sized avatar
🤠
🤠

Sponsors

@integrated-reasoning

Highlights

  • Pro

Organizations

@TAMUparametric
Block or Report

Block or report DKenefake

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DKenefake/README.md

Hi there 👋

I am Dustin Kenefake, a 5th 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.

Current Open Source Projects

  • 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
  • SimpleDenseGurobi - A helper package for using the Gurobi Solver, written in Python
  • Durandal - A convex NLP solver via successive LP technique, written in Python
  • FasterFVA - A FVA tool based on a novel algorithm, written in Python
  • Etymrs - A Etymological analysis tool for text passages, written in Rust

Not So Current Projects

  • OptimalPoly - A numerically stable optimal approximation of functions, written in Python

Fun Stats Badges

Pinned

  1. TAMUparametric/PPOPT TAMUparametric/PPOPT Public

    Software Platform for solving and manipulating multiparametric programs in Python

    Python 34 5

  2. OptimalPoly OptimalPoly Public

    Generates MinMax polynomial approximations of functions. Stable implementation of the Remez Algorithm using multi-precision arithmetic. Also does C/C++ code generation!

    Python 18

  3. SmallPRNG SmallPRNG Public

    A small header-only library for prng implementations using templates. Implements most popular algorithms with a simple and flexible interface. Now with distribution sampling!

    C++ 4

  4. smolprng smolprng Public

    A small PRNG library written in Rust, a translation of SmallPRNG

    Rust 2

  5. fasterfva fasterfva Public

    Fast Flux Variability Analysis

    Python 6

  6. durandal durandal Public

    Convex NLP solver via successive LP, experimental

    Python 2