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.