🔭 I’m currently working on ML models alongside Novelty Search methods for instance generation problems
🌱 I’m currently improving my skills at C++ and Rust
👯 I’m looking to collaborate on Open Source Optimisation Tools
How to reach me
A computer would deserve to be called intelligent if it could deceive a human into believing that it was human - Alan Turing
defroutine(self, pomodoros: int=8, coffee: Coffee):
counter=0whileis_day_time() andcounter<pomodoros:
ifcoffee.empty():
coffee.refill()
self.drink(coffee)
self.work(during=50)
self.chill(during=10)
counter+=1

