Projects
Optime
In a masters course project, I learned about genetic algorithms, and since then I’ve applied them (using DEAP) for optimization of electronic circuits. Now, I decided to implement my own Python variant, since I only needed the basics. It’s probably not very efficient, but it should be fairly easy to use.
Find on GitHub: optime
Classevy
This Python package uses optime
to divide a number of students into two or more classes,
based on user-defined criteria. More info can be found in this post.
Try it yourself on Google Colab
Find on GitHub: classevy
Recipes for the Planet
I created a Jupyter Notebook, available on Google Colab, which uses optime
to
find “recipes” that minimize your environmental footprint while satisfying your nutritional needs.
The original data comes from this article on Our World in Data:
Environmental Impacts of Food Production.
More info can be found in this post.
Find on GitHub: Recipes for the Planet
Game of Life
A Conway’s Game of Life implementation in JavaScript. More info can be found in this post.
Direct link to the game: futiledevices.be/game-of-life