Minimizing a prebuilt cost function
    13 次查看(过去 30 天)
  
       显示 更早的评论
    
I hope this reaches everyone well. 
I have been attempting to minimize a complex function, deependent on a 6x7 inital guess matrix. I have built code that will output a weighted least squares difference between the expiremental and predicted data. Is there a way to use fmincon, fminsearch, etc... to minimize this value formed via the cost function? 
To sumarize, I have a model that I transformed into a function with its only input being that 6x7 inital guess matrix, which outputs a value that exhibits the difference between the numerical simulated and expiremental. I wish to minimize this value, using fmincon, or any other solver to form guesses input into this function.
Thank you for your time!
Kevin
10 个评论
  Matt J
      
      
 2023-2-10
				
      编辑:Matt J
      
      
 2023-2-10
  
			Yes to all! The absolute difference between, TsWuSph(x0) - cfinal(3,3), is what I wish to minimize. 
Since  cfinal(3,3) is a scalar value, that would be equivalent to solving for multiple unknowns x0 given a single equation. It is a considerably under-determined problem.
采纳的回答
  Kevin Hanekom
 2023-2-10
        另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Particle Swarm 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


