Posts

Un nuevo inicio

Sé que tengo el blog muy parado, y creo saber por qué. El motivo es el idioma. No es que no sepa inglés, la verdad es que lo domino …

How to check the possible parameters for a function in Julia

Sometimes I create functions that receive a function as parameter, but in Julia the type is Function without any information, so when …

My Julia journey

In this post I am going to tell my Julia journey. I have read about Julia but not actually use it before version 0.7 just before 1.0. I …

My first Julia Package

For online teaching I use Moodle. I have a lot of experience using it (for more than 10 years). Unfortunately, the software could be …

About online teaching

These days we have to be enclosed in our houses by the coronavirus (COVID-19), so in my University (in Granada) as the others in Spain, …

New LSGO Competition at the WCCI'2020

I write because I am organizing the Large-Scale Global Optimization Competition at the IEEE Congress on Evolutionary Computation …

Introduction to Julia

Packages in Python for CEC'2019 100 Digit Competition

I usually design my evolutionary algorithms in Python (initially for prototyping, but I am too lazy for doing later a version in C/C++ …

New LSGO Competition at the CEC'2019

I write because I am organizing the Large-Scale Global Optimization Competition at the IEEE Congress on Evolutionary Computation …

Introduction to CMake

In my last course, I decided to give a small introduction about CMake. The reason is that, although we teach them Make, the majority of …