martin-fleck / cra-ttc2016

The Class Responsibility Assignment Case for the Transformation Tool Contest 2016
3 stars 2 forks source link

Andras Sz. Nagy evaluation of NMF #17

Open n-a-sz opened 8 years ago

n-a-sz commented 8 years ago

Elegant and short solution with good performance. The solution uses a hard coded hill climbing strategy with a clever heuristic. However, it lacks of flexibility and there is space for improving optimality.

EvaluationSheet NMF.xlsx

georghinkel commented 8 years ago

Regarding the optimality, I updated the solution to use a slightly different heuristic that produces way better results now, though it still is simple hard-coded hill climbing.