is there a gradient based and mixed integer optimization algorithm in Matlab?
2 次查看(过去 30 天)
显示 更早的评论
for a nonlinear constrained system , is there any optimization algorithm that can handle mixed integer constraints and in the same time work in the same way like GRG algorithm? by another word, to be based on gradient search method and satisfying constraints on every iteration. so,Mixed integer genetic algorithm and similar evolutionary algorithms are not fit for my problem.
my problem solution is easy to be founf by numerical algorithms. also, constraints.
any help would be appreciated .
0 个评论
回答(1 个)
Alan Weiss
2020-10-25
No, the only two solvers for nonlinear integer-constrained problems are ga and surrogateopt, neither of which is gradient-based.
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!