Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

Is there any implementation of a multi-objective genetic algorithm for Mathematica?

share|improve this question
1  
Did you have a look at NMinimize together with method DifferentialEvolution? – Yves Klett Sep 24 '12 at 13:51
3  
@YvesKlett close but no cigar. Differential evolution is neither a multi-objective optimizer nor a genetic algorithm (it's more of an evolution strategy). To my knowledge the answer is no; there certainly isn't anything in Mathematica itself for this. Anyway, this question by itself is not very informative; it would be useful to know what problem is being attacked here... – Oleksandr R. Sep 24 '12 at 18:04

1 Answer

I am currently developing an open source Genetic Algorithms library for Mathematica. It can be downloaded from this source. It is documented and, although I have not used it for multi-objective applications, it should provide some help with such applications.

share|improve this answer
3  
Thanks for posting! It would be nice if you could provide a few usage examples in the answer – Szabolcs May 10 at 0:09
The documentation of the package has a few examples on how to use it. They are on the directory: /Genetic Algorithms/Documentation/English/Tutorials – chipdelmal May 12 at 15:27
I hope the examples and the package help. I am still working on it, specially in making it faster. I hope I can make some updates after I finish my exams. Have fun. – chipdelmal May 12 at 15:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.