This post is again about machine learning and not about optimization but I would like to mention some things beforehand. After my last blog article I started my master's degree in Scientifc Computing …

It's a long dream of mine to build something like a chess engine because I love to play chess. Well there are chess engines all over the place but it's something different when you build it by your ow…

I'm a Kaggler as some of you may know. That means I'm enjoying to tackle some of these problems: Kaggle Competions Well I'm not good at ML and just try to get my hands "dirty" on these problems as I f…

In the beginning of October I started as an intern at the Los Alamos National Laboratory (LANL) and just finished. I worked on a mixed integer non-linear problem solver using Branch and Bound which I …

Sometimes you're working on a project for too long and just need a funny little break. In the last article I mentioned numerical error rounding problems. I tried to fix them using various methods. Pro…

This is by far the longest series of blog articles about one topic. It's interesting to write while thinking, learning and programming just one step before I write it down for you here. I think there …

In the last couple of weeks we learned a lot about the Simplex algorithm. I hope you enjoyed this series so far. Leave some comments if you're interested in some special articles. I have at least one …

How to solve all different kinds of linear problems? In the last blog article I explained the Simplex algorithm. A small recap: We can solve maximization linear problems if every constraint is a $\leq…