14
INFORMS 2010 Railway Application Section Competition
Filed Under (Heuristics, Optimization) by Robert Green on 14-05-2010
Check it out here
14
Check it out here
14
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
14
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!
03
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:
And, for all of those interested, click here to download my C++ and Matlab implementations.
01
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.