class FunctionObj

The base functor class

Inheritance:


Public Methods

virtual int NumberOfCalls()
An utility to inform the number of times that the functor has been called
virtual double operator)(const vector<double>&)
The functor itself

Documentation

The base functor class. Not defined as pure virtual because temporary concrete "illegal" FunctionObjs of the base class are sometimes needed.
virtual double operator)(const vector<double>&)
The functor itself
Parameters:
- - a vector of floating point numbers.

virtual int NumberOfCalls()
An utility to inform the number of times that the functor has been called


Direct child classes:
CFunctionObj
Sphere
Shekel
Michalewicz
Langerman
Griewank
BinaryF6
Ackley



this page was generated by


Joao Pedro Pedroso
Oct 21, 1997