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

Organizations

@DIGNEA

Block or report amarrerod

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/DIGNEApy DIGNEA/DIGNEApy Public

    Diverse Instance Generator with Quality Diversity and Evolutionary Computation

    Python 1 1

  2. PAL-ULL/ns_comb_journal PAL-ULL/ns_comb_journal Public

    C

  3. PAL-ULL/ns_nn_gecco_24 PAL-ULL/ns_nn_gecco_24 Public

    Shell

  4. knapsack_ae_api knapsack_ae_api Public

    API to encode/decode KP instances

    Python

  5. Lab Lab Public

    Configuration of the tools we use in our lab.

    Python

  6. game_of_life game_of_life Public

    Rust