How to solve problem with particle swarm optimization?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to define an objective function (any function e.g. ax+b) in addition to error function (e.g. mean square error) with particle swarm optimization? I want to minimize the objective function ad want to find the least erroe
0 comentarios
Respuestas (1)
Alan Weiss
el 7 de Jun. de 2018
I am not sure that I understand you. Do you have Global Optimization Toolbox with the particleswarm solver? If so, then what do you need?
Perhaps you are looking for instructions on how to perform a least-squares curve fit using a general optimizer. There are several examples in the documentation:
If I misunderstand what you are seeking, please elaborate on your question.
Alan Weiss
MATLAB mathematical toolbox documentation
Ver también
Categorías
Más información sobre Particle Swarm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!