Could not find a feasible initial point.
Mostrar comentarios más antiguos
I am trying to solve an optimization problem using ga where I have some linear constraints (both equality and inequality). Catch is that I have a lot of variables (~20K variables). My problem always terminates with "Could not find a feasible initial point." How can I resolve that ?
Respuestas (2)
John D'Errico
el 1 de Jun. de 2016
Editada: John D'Errico
el 1 de Jun. de 2016
0 votos
"plenty" of feasible points is not relevant, because you have provided no evidence that this is true. I see no reason why you draw that conclusion. You have a problem in 20,000 dimensions. That is a huge search space. If you cannot give it a good hint of where to start, AND you have sufficiently problematic constraints, then expect problems.
I would note that if it is so trivial to find a feasible start point, then why did you not provide one?
My guess is that you have equality constraints that may actually preclude any solution, or they are sufficiently constraining that there are far fewer feasible solutions than you apparently expect. Again, 20,000 dimensions is a BIG search space.
Mehul Agrawal
el 1 de Jun. de 2016
0 votos
Categorías
Más información sobre Choose a Solver en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!