fix comment in optim.hpp
This commit is contained in:
parent
f34b2f7b8d
commit
3e0b63f65b
@ -73,7 +73,7 @@ public:
|
|||||||
/** @brief Getter for the optimized function.
|
/** @brief Getter for the optimized function.
|
||||||
|
|
||||||
The optimized function is represented by Function interface, which requires derivatives to
|
The optimized function is represented by Function interface, which requires derivatives to
|
||||||
implement the sole method calc(double*) to evaluate the function.
|
implement the calc(double*) and getDim() methods to evaluate the function.
|
||||||
|
|
||||||
@return Smart-pointer to an object that implements Function interface - it represents the
|
@return Smart-pointer to an object that implements Function interface - it represents the
|
||||||
function that is being optimized. It can be empty, if no function was given so far.
|
function that is being optimized. It can be empty, if no function was given so far.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user