numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::concepts::differentiable_objective_function Concept Reference

Concept of first-order differentiable objective functions in optimization. More...

#include <num_collect/opt/concepts/differentiable_objective_function.h>

Concept definition

template<typename T>
objective_function<T> && requires(const T& obj) {
{
obj.gradient()
}
Concept of first-order differentiable objective functions in optimization.
Concept of objective functions in optimization.

Detailed Description

Concept of first-order differentiable objective functions in optimization.

Template Parameters
TType.

Definition at line 34 of file differentiable_objective_function.h.