Brush C++ API
A flexible interpretable machine learning framework
|
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 |