Finding optimal values for a linear combination using PSO
Mostrar comentarios más antiguos
Hello, I want to find the optimal values of x1-x4 of the linear combination CCIQ(X,Y)=x1*ECC(X,Y) + x2*H(X,Y) + x3*R + x4*AMBE(X,Y) using PSO algorithm.
ECC(X,Y), H(X,Y), R and AMBE(X,Y) are computed knwown values which corresponds to edge based contrast criterion, entropy, corelation coef and absolute mean brightness error respectively. Any help on this would be greatly appreciated!
2 comentarios
Matt J
el 12 de Abr. de 2021
Why not use linprog?
Claudia Alonzo
el 12 de Abr. de 2021
Respuestas (0)
Categorías
Más información sobre Linear Programming and Mixed-Integer Linear Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!