sparse matrices for Aineq,Aeq in genetic algorithm soler(ga) - Reg
3 次查看(过去 30 天)
显示 更早的评论
I want to know whether we can use sparse matrices for Aineq and Aeq to be passed as the parameters to the ga(genetic algorithm) solver,
When i tried with sparse matrices for Aineq and Aeq the solver is showing busy symbol for very long time.
The size of Aineq and Aeq matrices are 36 constraints and 108 variables.
please guide.
0 个评论
采纳的回答
Alan Weiss
2018-1-17
No, ga does not accept sparse linear constraint matrices. When I tried to pass them just now, I got the following warnings:
Warning: The equality constraint matrix is sparse; converting to a full matrix.
Warning: The inequality constraint matrix is sparse; converting to a full matrix.
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
更多回答(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!