This file contains abstract classes for function generation. More...

#include <gmp.h>
#include <string>
#include <vector>
#include "function/function.h"
#include "general/general_objects.h"
Include dependency graph for manual_function.h:

Go to the source code of this file.

Classes

class  highprecisionpso::CombineFunction
This class implements a function which combines two functions with an operation. More...
 
class  highprecisionpso::ConstantFunction
This class implements a specific function with an evaluation function that always evaluates to a vector of a predefined constant. More...
 
class  highprecisionpso::FunctionReduceOperator
This class is a function, which reduces a specific function to a function with a vector reduce operation. More...
 
class  highprecisionpso::OperatedFunction
This class is a function, which applies some operation to the result of another function. More...
 

Namespaces

 highprecisionpso
base namespace for this project.
 

Detailed Description

This file contains abstract classes for function generation.