|
Unfit
3.1.1
Data fitting and optimization software
|
#include <TestFunctions.hpp>
Public Member Functions | |
| std::vector< double > | operator() (const std::vector< double > &x) |
Public Member Functions inherited from Unfit::GenericCostFunction | |
| virtual | ~GenericCostFunction () |
This function acts like the SimpleCostFunction but inserts a inf in the first element. The last entry is not included in what is returned as that is used to store the cost.
|
inlinevirtual |
Calculate and return the cost of this function given the parameter estimates.
| x | A vector containing the parameter estimates |
Implements Unfit::GenericCostFunction.
1.8.13