Tagged Questions

1
vote
6answers
134 views

How to partition a problem into smaller understandable portions?

I'm not sure if it's possible to give general advice on this topic, but please try. It's hard to explain my case because it's too complex to explain. And that's exactly the problem. I seem to ...
1
vote
3answers
236 views

Matrix-Algebra Design Decomposition

I am looking at refactoring some very complex code which is a subsystem of a project I have at work. Part of my examination of this code is that it is incredibly complex, and contains a lot of inputs, ...
0
votes
0answers
17 views

Breaking down genetic algorithm search into subproblems

I have lately been wondering about the pros and cons of breaking down a GA search into subproblems. Consider a superset of the travelling salesman problem, in which the salesman must first solve a ...