#include <utils.h>
|
void | update (int index, float timer_count, float bst_score, float bst_score_v, float md_score, float md_score_v, unsigned md_size, unsigned md_complexity, unsigned mx_size, unsigned mx_complexity) |
|
Definition at line 397 of file utils.h.
◆ update()
void Brush::Util::Log_Stats::update |
( |
int | index, |
|
|
float | timer_count, |
|
|
float | bst_score, |
|
|
float | bst_score_v, |
|
|
float | md_score, |
|
|
float | md_score_v, |
|
|
unsigned | md_size, |
|
|
unsigned | md_complexity, |
|
|
unsigned | mx_size, |
|
|
unsigned | mx_complexity ) |
◆ best_score
vector<float> Brush::Util::Log_Stats::best_score |
◆ best_score_v
vector<float> Brush::Util::Log_Stats::best_score_v |
◆ generation
vector<int> Brush::Util::Log_Stats::generation |
◆ max_complexity
vector<unsigned> Brush::Util::Log_Stats::max_complexity |
◆ max_size
vector<unsigned> Brush::Util::Log_Stats::max_size |
◆ med_complexity
vector<unsigned> Brush::Util::Log_Stats::med_complexity |
◆ med_score
vector<float> Brush::Util::Log_Stats::med_score |
◆ med_score_v
vector<float> Brush::Util::Log_Stats::med_score_v |
◆ med_size
vector<unsigned> Brush::Util::Log_Stats::med_size |
◆ time
vector<float> Brush::Util::Log_Stats::time |
The documentation for this struct was generated from the following files: