ROL
|
Objective function:
\[f(x) = exp(x_1 x_2 x_3 x_4 x_5) + \frac{1}{2}*(x_1^3+x_2^3+1)^2 \]
. More...
#include <example_02.hpp>
Public Member Functions | |
template<class ScalarT > | |
ScalarT | value (const Vector< ScalarT > &x, Real &tol) |
Objective function:
\[f(x) = exp(x_1 x_2 x_3 x_4 x_5) + \frac{1}{2}*(x_1^3+x_2^3+1)^2 \]
.
Definition at line 19 of file sacado/example_02.hpp.
ScalarT Example_Objective< Real >::value | ( | const Vector< ScalarT > & | x, |
Real & | tol | ||
) |
Definition at line 28 of file sacado/example_02.hpp.