bestEvaluation() | ObjectiveFunction | |
bestSolution() | ObjectiveFunction | |
evaluate(vector< double > &x) | ObjectiveFunction | |
finiteDifference(vector< double > &x) | ObjectiveFunction | [protected] |
FScaffer(int nDimensions) | FScaffer | |
gradient(vector< double > &x) | ObjectiveFunction | |
isInBound(vector< double > x) | ObjectiveFunction | |
nDimensions() | ObjectiveFunction | |
ObjectiveFunction(int minmax, unsigned int nDimensions, double lowerBound, double upperBound) | ObjectiveFunction | |
ObjectiveFunction(int minmax, unsigned int nDimensions, vector< double > &lowerBounds, vector< double > &upperBounds) | ObjectiveFunction | |
operator()(vector< double > &x) | ObjectiveFunction | |
~ObjectiveFunction() | ObjectiveFunction |