class documentation

class ff(object):

View In Hierarchy

versatile collection of test functions in static methods

Static Method elli ellipsoid test objective function
Static Method rosenbrock Rosenbrock test objective function
Static Method sphere sphere, sum(x**2), test objective function
Static Method tablet discus test objective function
@staticmethod
def elli(x):

ellipsoid test objective function

@staticmethod
def rosenbrock(x):

Rosenbrock test objective function

@staticmethod
def sphere(x):

sphere, sum(x**2), test objective function

@staticmethod
def tablet(x):

discus test objective function