Alberto Cuesta Cañada

complex systems researcher and computer programmer

About my code

In this part of the site you can find some examples of code I have produced.

Code Samples

Jiger
Jiger is a grid exerciser for Platform Symphony clusters.

SymMandelbrot
GridMandelbrot is a Mandelbrot Set navigator for Platform Symphony clusters.

GridMandelbrot
GridMandelbrot is a Mandelbrot Set navigator for Tibco DataSynapse grids.

ECJ+DRM
ECJ+DRM is a java module for the ECJ evolutionary programming platform. It allows to distribute experiments over a DRM network. It supports a variety of topologies as master/slave or islands.

hormigas
This is a package with some python programs I made for my graduate Thesis. It includes graphical examples of ant colony optimization to solve problems as QAP or TSP. Includes the solution I proposed to solve the Bin Packing Problem with Ant Colony Optimization. All the code works graphically with the Pygame module. None of it is documented, sadly.

expert
I coded expert as an undergraduate. It is a simple Prolog inference machine. Implements forward and backward reasoning.