martin-fleck / momot

Marrying Search-based Optimization and Model Transformation Technology
http://martin-fleck.github.io/momot/
17 stars 6 forks source link

Parallel evaluation of TransformationSolutions #13

Open sjiherzig opened 7 years ago

sjiherzig commented 7 years ago

Implementation of parallel evaluation of TransformationSolutions. Addresses the discussion in #11 .

Note: not quite sure why it is showing the old commits... I thought these had already been merged.

sjiherzig commented 7 years ago

Can you restart the build? It failed retrieving some Eclipse dependencies due to the mirror not being available.

sjiherzig commented 7 years ago

Note that this has some limitations: looks like the local search algorithms produce TransformationSolutions without going through the Problem.createInstance(...) method. Will try and fix.

martin-fleck-at commented 7 years ago

Thank you very much so far for your work. Please let me know when I should have a look. Currently, the build produces the following error: [ERROR] The method createAlgorithm(Problem) in the type IRegisteredAlgorithm<capture#1-of ? extends Algorithm> is not applicable for the arguments ()

sjiherzig commented 7 years ago

I did a selective commit - looks like I didn't catch everything in the process - will push an update some time today.