#include <utils.h>
|
void | update (int index, float timer_count, float bst_score, float bst_score_v, float md_score, float md_loss_v, unsigned md_size, unsigned md_complexity, unsigned md_num_params, unsigned md_dim) |
|
Definition at line 381 of file utils.h.
◆ update()
void FT::Util::Log_Stats::update |
( |
int |
index, |
|
|
float |
timer_count, |
|
|
float |
bst_score, |
|
|
float |
bst_score_v, |
|
|
float |
md_score, |
|
|
float |
md_loss_v, |
|
|
unsigned |
md_size, |
|
|
unsigned |
md_complexity, |
|
|
unsigned |
md_num_params, |
|
|
unsigned |
md_dim |
|
) |
| |
◆ generation
vector<int> FT::Util::Log_Stats::generation |
◆ med_complexity
vector<unsigned> FT::Util::Log_Stats::med_complexity |
◆ med_dim
vector<unsigned> FT::Util::Log_Stats::med_dim |
◆ med_loss
vector<float> FT::Util::Log_Stats::med_loss |
◆ med_loss_v
vector<float> FT::Util::Log_Stats::med_loss_v |
◆ med_num_params
vector<unsigned> FT::Util::Log_Stats::med_num_params |
◆ med_size
vector<unsigned> FT::Util::Log_Stats::med_size |
◆ min_loss
vector<float> FT::Util::Log_Stats::min_loss |
◆ min_loss_v
vector<float> FT::Util::Log_Stats::min_loss_v |
◆ time
vector<float> FT::Util::Log_Stats::time |
The documentation for this struct was generated from the following files: