Instead of ga, what else can I use to solve nonlinear optimization problem with integer constraints?
    6 次查看(过去 30 天)
  
       显示 更早的评论
    
I'm currently working on a optimization problem which has a nonlinear objective fun, 1 linear constraint, 3 nonlinear constraints, and 10 variables that must be integers. At first I tried using ga but found that it's not effective enough because I had to run it multiple times to get better solutions.
So I'm wondering is there any other build-in functions in Matlab that can help me with this? Thanks for any help given in advance.
0 个评论
采纳的回答
  sloppydisk
      
 2018-5-3
        
      编辑:Walter Roberson
      
      
 2019-5-27
  
      Here is a file exchange entry which might help, not sure how well it works.
There's also the Midaco-solver:
更多回答(1 个)
  Sean de Wolski
      
      
 2018-5-3
        Sometimes: patternsearch() and round()
2 个评论
  sloppydisk
      
 2018-5-3
				I didn't know that! This page seems relevant too: https://mathworks.com/matlabcentral/answers/285753-pattern-search-with-integer-decision-variable
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

