Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
tiny_cost_function.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Brush::TinyCostFunction< CostFunctor, DualType, ScalarType, StorageOrder >
 

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
 
namespace  Brush::detail
 

Typedefs

using Brush::Scalar = float
 

Functions

template<typename CostFunctor , typename Dual , typename Scalar , int JacobianLayout = Eigen::ColMajor>
auto Brush::detail::Autodiff (CostFunctor const &function, Scalar const *parameters, Scalar *residuals, Scalar *jacobian) -> bool