franciscoserdio / Genetic-Algorithms-Toolbox

Genetic Algorithms in Matlab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic-Algorithm: now... in Matlab.

Are you tired about not finding a good implementation for Genetic Algorithms?

Stop looking for, here you got it! Download it and try it! It includes a dummy example to realize how to use the framework, implementing a feature selection problem.

Do you think that something generic can be done ?

Genetic algorithms are well defined, but people code them again and again. This framework will allow you to just focus in you problem specific implementation, because the well defined parts of the Genetic Algorithms are already implemented and ready to use. Yes, ready to use.

How much effort do you spend in copy and paste + refactor the same stuff again and again?

No more copy and paste + refactor, just code your problem specific details and run inside the framework.

Congratulations!!

From now on, Genetic Algorithms are already done!!

About

Genetic Algorithms in Matlab.


Languages

Language:MATLAB 95.8%Language:Objective-C 4.2%