Formulating maximization problem subject to null-space constraint
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
I have a maximization problem subjected to a null-space constraint in the form:
Q = max f(x);
subject to: Nullspace(P(x)*H') = 0 
Here, 'x' is the independent variable. 'P' is dependent on 'x' and is a matrix. 'H' is a constant matrix.
How can i formulate this optimization problem in MATLAB ? Using 'fmincon' it seems not possible because the equality constraint is a matrix.  
6 个评论
回答(1 个)
  Bruno Luong
      
      
 2019-7-2
        
      编辑:Bruno Luong
      
      
 2019-7-2
  
      FMINCON (or any optimizer) cannot solve this kind of problem, your asmmissible space is not close set, since the constraint can be written as abs(smallest eigen values) > 0.
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Direct Search 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


