Could not find a feasible initial point.
Afficher commentaires plus anciens
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 ?
Réponses (2)
John D'Errico
le 1 Juin 2016
Modifié(e) : John D'Errico
le 1 Juin 2016
0 votes
"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
le 1 Juin 2016
0 votes
Catégories
En savoir plus sur Parallel Computing Fundamentals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!