Effacer les filtres
Effacer les filtres

how to gave the input for the following functions?

2 vues (au cours des 30 derniers jours)
ajith
ajith le 2 Juil 2015
Commenté : ajith le 2 Juil 2015
function [x, fval, exitflag, output] = pso(objfunc, nvars, options)
In that function specified the objfunc means "real-valued function of a single, real-valued vector argument"
please call the function with example would been easy to understand

Réponses (1)

Walter Roberson
Walter Roberson le 2 Juil 2015
Example:
@(x) (x(1)-20).^2 + cos(x(2))
  3 commentaires
Walter Roberson
Walter Roberson le 2 Juil 2015
You have not indicated what is to be optimized. What parameter is being looked for?
ajith
ajith le 2 Juil 2015
sir i am new in PSO.
i need to optimized the features of 20 images. To find the gbest .

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by