Teaching
Courses
These are the courses I am currently teaching:
- Tools for Decision Making (Master in Engineering and Management, ESEIAAT, fall) (responsible: Vicenc Fernandez)
- Airport Operations (Master in Aerospace Engineering, ESEIAAT, fall) (responsible: Oriol Lordan)
- Models i Eines de Decisió (Master in Building Construction Management, EPSEB, spring)
- Business Analytics (Master in Engineering and Management, ESEIAAT, spring)
- Combinatorial Optimization in Logistics (Master in Engineering and Management, ESEIAAT, spring) (responsible: Maria Albareda-Sambola)
- Introduction to Metaheuristics for Optimization problems (Master in Industrial Engineering / Master in Aerospace Engineering, ESEIAAT, spring)
- Transport Aeri i Sistemes de Navegació (Master in Aerospace Engineering, ESEIAAT, spring) (responsible: Antoni Barlabé)
Materials
R packages
I am maintaining the following R packages for teaching (available at GitHub):
- ESdata: a package to bring Spanish statistical information into the R environment.
- BAdatasets: datasets to illustrate machine learning algorithms in a Business Analytics course.
- BAdatasetsSpatial: datasets to illustrate visualisation with maps.
- combheuristics: a package including some functions implementing heuristics for combinatorial problems, and some datasets for testing.
Course materials
I am maintaining the following GitHub repositories with course materials (slides, R code and Rmarkdown reports):
- linearprogramming: the companion for the Modeling and Solving Linear Programming with R book.
- analytics: contents for a course on business analytics.
- optimization: introduction to optimization algorithms and applications, using functions from combheuristics.