MATLAB: Importing a trained artificial neural network to a particle swarm optimization function

artificial neural networkDeep Learning ToolboxGlobal Optimization Toolboxoptimizationparticle swarm optimization

I already have a trained ANN which I would like to incorporatie into a function which optimizes using PSO.

Best Answer

I do not get what your question is. Would you mind to specify?
My first thought, though, was that you should implement a PSO where you initialize your particles in the neigbourhood of your already trained network, and with randomly chosen velocities. That way you can make use of the fact that the network is already trained.