hr.fer.diplomski.seminar.pso
Class F6

java.lang.Object
  extended by hr.fer.diplomski.seminar.pso.F6
All Implemented Interfaces:
Function

public class F6
extends java.lang.Object
implements Function


Constructor Summary
F6()
           
 
Method Summary
 double evaluate(double[] parameters)
           
 int getDim()
           
 double[] getOpt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F6

public F6()
Method Detail

evaluate

public double evaluate(double[] parameters)
Specified by:
evaluate in interface Function

getDim

public int getDim()
Specified by:
getDim in interface Function

getOpt

public double[] getOpt()
Specified by:
getOpt in interface Function