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

#include <weight_optimizer.h>

Public Attributes

double InitialCost
 
double FinalCost
 
int Iterations
 
int FunctionEvaluations
 
int JacobianEvaluations
 
bool Success
 

Detailed Description

Definition at line 21 of file weight_optimizer.h.

Member Data Documentation

◆ FinalCost

double Brush::OptimizerSummary::FinalCost

Definition at line 23 of file weight_optimizer.h.

◆ FunctionEvaluations

int Brush::OptimizerSummary::FunctionEvaluations

Definition at line 25 of file weight_optimizer.h.

◆ InitialCost

double Brush::OptimizerSummary::InitialCost

Definition at line 22 of file weight_optimizer.h.

◆ Iterations

int Brush::OptimizerSummary::Iterations

Definition at line 24 of file weight_optimizer.h.

◆ JacobianEvaluations

int Brush::OptimizerSummary::JacobianEvaluations

Definition at line 26 of file weight_optimizer.h.

◆ Success

bool Brush::OptimizerSummary::Success

Definition at line 27 of file weight_optimizer.h.


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