Another way to ask is: can i put the target function and the constraints vector in the same function or do something equivalent.
constrained maximization, share variables of tagret function and constraint
1 次查看(过去 30 天)
显示 更早的评论
I want maximize a function f(x) s.t. nonlinear cosntraints c(x). Both the function f(x) and c(x) contain a computation step g(x), which is very time consuming.
How can i avoid doing the same computation twice at each step of tha maximization loop? (Once when the constraints are evaluated, once when the taget function is evaluated)?
2 个评论
Amit
2014-1-31
Can you post your problem. If not the code, atleast some description of f(x), c(x) and g(x). Without that its very hard to comment on solving the issue.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!