INFORMS 2010 Railway Application Section Competition

Filed Under (Heuristics, Optimization) by Robert Green on 14-05-2010

Check it out here

Metaheuristics for Continuous Optimization

Filed Under (Heuristics, Optimization) by Robert Green on 14-05-2010

I was working with a colleague who shared a site with me: http://150.214.190.154/EAMHCO/. An excellent source of information, code, etc. with regards to metaheuristics

Making Airports More Efficient

Filed Under (Optimization) by Robert Green on 14-05-2010

I’ve been following this post and I think it’s a good suggestion to TSA and all airlines.Discrete event simulation (DES) is a superb technique and when applied properly as it can give some real insight into real world simulations. I actually spent some time working on a small simulation library during my MS degree called SimLib and I must say it is a quite interesting topic all the way from technical and implementation details to application!

Efficiency is King!

Central Force Optimization

Filed Under (Central Force Optimization, Optimization, Research) by Robert Green on 03-03-2010

Central Force Optimization (CFO) is a new and interesting optimization method that has been developed by Richard A. Formato. The most interesting aspect of CFO is that it is fully deterministic unlike PSO, GA, AIS, or any of the other PIS based techniques.

The papers that he has produced on the topic can be found at:

  1. Are Near Earth Objects the Key to Optimization Theory?
  2. Central Force Optimization: A New Metaheuristic with Applications in Applied Electromagnetics
  3. Central Force Optimization: A New Nature Inspired Computational Framework for Multidimensional Search and Optimization
  4. Central Force Optimization: A New Deterministic Gradient -like Optimization  Metaheuristic
  5. Comparative Results: Group Search Optimizer and Central Force Optimization
  6. Pseudorandomness in Central Force Optimization
  7. Central Force Optimization Applied to the PBM Suite of Antenna Benchmarks

And, for all of those interested, click here to download my C++ and Matlab implementations.

Particle Swarm Optimization

Filed Under (Development, Heuristics, Optimization, Research) by Robert Green on 01-02-2010

In pursuing some of my research as of late, I needed to use Particle Swarm Optimization. All I wanted was some simple code for both Real and Binary PSO – but I couldn’t find anything I like! So, I’m providing a file containing both along with the RNG that I used. Please be aware that this code has not been refined. It’s clear, but rather ugly.

Particle Swarm Optimization Code

Mersenne Twister