In which cases does ga return 'no feasible point found'?
Show older comments
Ga returns 'no feasible point found.' after 1 generation but when I print the population and check its members myself, the bounds [.9,1] and nonlinear inequality equations are satisfied. When I widen the bounds to [.1,1], ga works and finds a solution inbetween the old bounds (around 0.95), but runs very long. I tried to enlarge the constraint tolerance; it works, but then the result is not usable because the constraints are violated.
Which other options can I change?
Or how can I access the best individual which was found by ga?
Accepted Answer
More Answers (1)
Dorothee
on 8 Jul 2013
0 votes
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!