pso.printbest {evoper} | R Documentation |
Shows the best particle of each of simulated generations
pso.printbest(objective, particles, generation, title)
objective |
An instance of ObjectiveFunction (or subclass) class ObjectiveFunction |
particles |
The current particle population |
generation |
The current generation |
title |
Some informational text to be shown |