Skip to content
View amarrerod's full-sized avatar
πŸ‘¨β€πŸ”¬
Picando piedra
πŸ‘¨β€πŸ”¬
Picando piedra

Organizations

@DIGNEA
Block or Report

Block or report amarrerod

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
amarrerod/README.md

Hi πŸ‘‹, I'm Alejandro Marrero

I'm a PhD Student at Universidad de La Laguna.

  • πŸ”­ I’m currently working on instance generation for Combinatorial Optimisation Problems

  • 🌱 I’m currently learning Rust, and ML with Tensorflow and Keras

  • πŸ‘― I’m looking to collaborate on Open Source Optimisation Tools

  • How to reach me


Favourite quote:

A computer would deserve to be called intelligent if it could deceive a human into believing that it was human - Alan Turing

Daily routine these days:

def routine(self, pomodoros: int = 6, coffee: Coffee):
    counter = 0
    while is_day_time() and counter < pomodoros:
        if coffee.empty():
            coffee.refill()
        
        self.drink(coffee)
        self.work(during=50)
        self.chill(during=10)
        counter += 1

Github Stats

Β amarrerod

Pinned Loading

  1. DIGNEA/dignea DIGNEA/dignea Public

    Diverse Instance Generator with Novelty and EAs

    C++ 1 1

  2. DIGNEA/DIGNEApy DIGNEA/DIGNEApy Public

    Diverse Instance Generator with Novelty and EAs

    Python 1

  3. PAL-ULL/ns_comb_journal PAL-ULL/ns_comb_journal Public

    C

  4. PAL-ULL/ns_nn_gecco_24 PAL-ULL/ns_nn_gecco_24 Public

    Shell

  5. PAL-ULL/ns_pca_gecco23 PAL-ULL/ns_pca_gecco23 Public

  6. spotify_audio_dashboard spotify_audio_dashboard Public

    Rust