Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::WeightOptimizer Struct Reference

#include <weight_optimizer.h>

Public Member Functions

template<typename PT >
void update (PT &program, const Dataset &dataset)
 Update program weights using non-linear least squares.
 

Detailed Description

Definition at line 78 of file weight_optimizer.h.

Member Function Documentation

◆ update()

template<typename PT >
void Brush::WeightOptimizer::update ( PT & program,
const Dataset & dataset )
inline

Update program weights using non-linear least squares.

Template Parameters
PTthe program type
Parameters
programthe program
datasetthe dataset

Definition at line 85 of file weight_optimizer.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: