from Hacker News

Ask HN: Parallel programs that could be optimized with genetic algorithms

by mzitelli on 9/22/14, 2:59 PM with 2 comments

I'm developing a tool for my scientific initiation which uses genetic algorithms for optimization of parallel programs in C with Posix threads, setting mutex locks position and granularity.

I'm searching for problems that could get a real improvement from a tool like that.

The repository with the source code https://github.com/MateusZitelli/Qeopps.

  • by jay_p on 9/22/14, 3:08 PM

    Since your project is a code optimizer, I assume you need code for it to optimize. Is there anything specific that you think would make a good target? Or, in other words, what exactly is a good target?