Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Replacing swarm members that fail

1 view (last 30 days)
Ben Holmes
Ben Holmes on 28 Jan 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
In it I am attempting to optimise a parameter set for a strongly nonlinear model using GA. Some of the parameter sets create models which fail, which I then want to replace with working sets. The solution was to use the output function to generate random new sets within the parameter bounds until one provided a working solution, and to insert this into the generation.
I am now attempting to do the same with Particle Swarm Optimisation, but with PSO, the output function does not allow changing of the swarm. Is there another way to edit the swarm members?

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!