pso

Interface Performance


public interface Performance

contract for ease of performance metric implementation


Method Summary
 void computePerformance(PsoParticle p)
          computes performance of particle p implementation is left to the user since is project dependent
 

Method Detail

computePerformance

void computePerformance(PsoParticle p)
computes performance of particle p implementation is left to the user since is project dependent

Parameters:
p -