To give some estimate of the code, my problem is a packing problem where variables are to lie between 0 and 1. The constraints are that some variables are less than a certain number (less than 1 but greater than 0). So, there should be plenty of feasible initial points (agreed that they may be sub optimal).
Could not find a feasible initial point.
12 views (last 30 days)
Show older comments
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 ?
2 Comments
Answers (2)
John D'Errico
on 1 Jun 2016
Edited: John D'Errico
on 1 Jun 2016
"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.
0 Comments
See Also
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!