Genetic Algorithm [Solved!]
Pythagoras 06 Jul 2016, 05:45
My question
Sir, since it is a linear programming problem; Is it possible to use Genetic Algorithm to solve transportation problems? If yes sir, please can you showcase the example?
Thank you Sir.
Relevant page
What I've done so far
I learned that Genetic Algorithms are research method based on natural selection and Genetic.
X
Sir, since it is a linear programming problem; Is it possible to use Genetic Algorithm to solve transportation problems? If yes sir, please can you showcase the example?
Thank you Sir.
Relevant page
What I've done so far
I learned that Genetic Algorithms are research method based on natural selection and Genetic.
Re: Genetic Algorithm
Murray 06 Jul 2016, 21:08
Your question is beyond the scope of the IntMath topics. (I don't even have a section on linear programming yet - hopefully soon!)
My understanding is that the Genetic Algorithm is only suitable for small parts of a system (not whole systems) because the complexity (and storage requirements) increase rapidly with increases in complexity. So it may be possible to optimize one bus route, but not a whole bus system, for example.
But I claim no expertise in this field.
Perhaps another reader may be able to give input?
X
Your question is beyond the scope of the IntMath topics. (I don't even have a section on linear programming yet - hopefully soon!)
My understanding is that the Genetic Algorithm is only suitable for small parts of a system (not whole systems) because the complexity (and storage requirements) increase rapidly with increases in complexity. So it may be possible to optimize one bus route, but not a whole bus system, for example.
But I claim no expertise in this field.
Perhaps another reader may be able to give input?
Re: Genetic Algorithm
Pythagoras 11 Jul 2016, 08:50
Thank you very much sir.
You need to be logged in to reply.