pso.printbest {evoper}R Documentation

pso.printbest

Description

Shows the best particle of each of simulated generations

Usage

pso.printbest(objective, particles, generation, title)

Arguments

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


[Package evoper version 0.5.0 Index]