Pitch slide

Attending Excel@FIT

The student conference Excel@FIT held at the end of April at FIT BUT, my facutlty. I attended with an article that is based on my master thesis. My master thesis deals with effective project scheduling. I am trying to examine and improve a novel genetic algorithm GARTH.I was chosen to present my ideas in a form of a poster. You may find my article and my poster (in czech) at the conference website....

May 9, 2015 · 1 min
Population plot

Experiments on pso

I finally managed to make some experiments on my implementation of pso (available from here). I played a little with parameter on two different test: Iteration test - program tries 20 runs with in 2 dimensional space on problems introduced in last article (here). Dimension test - program tries 2 to 10 dimension on problems those three problems. Some nice plots went from this experimenting and I want to share them with you....

December 5, 2013 · 2 min

Particle Swarm Optimization experiment

I’m working on particle swarm optimization as my project to Soft computing lectures. If you are interested you can find source code at my github. Here are some gifs I made playing with that: Sphere Sphere function as simple optimization problem. I used gbest topology here with population of 10 to see it clearly at plot. Rosenbrock function Rosenbrock or also banana function or valley function. More informations can be found here....

November 29, 2013 · 1 min