Owen Sanchez

Programming is my passion, but I also love math and anything else involving computers. I got started 7 years ago by learning Python and have since picked up several other languages, including JavaScript, Lua, and Rust (my favorite). You can find some of the projects I have released below.

You can find me on GitHub, LinkedIn, and through email.

Projects

# cmaes (GitHub)

A Rust implementation of the CMA-ES numerical optimization algorithm. The main functionality of the library is to minimize or maximize the value of an arbitrary function. It also implements several extensions to the algorithm as well as additional features such as data plots that are configurable by the user.

# Dota Duel (GitHub)

A custom gamemode written in Lua for the popular video game DOTA 2. It revolves around one-on-one battles between two players instead of the traditional five-on-five matches of the base game. As of writing, it has had over 95,000 unique players and is played by over a thousand players every month.


You can find a full list of my projects on my GitHub.