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

Organizations

@DIGNEA

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

PhD and Data Scientist from Universidad de La Laguna.

  • πŸ”­ 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


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 = 8, 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

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. game_of_life game_of_life Public

    Rust

  6. spotify_audio_dashboard spotify_audio_dashboard Public

    Rust