Vita
Public Member Functions | Public Attributes | List of all members
vita::search_stats< T > Struct Template Reference

Public Member Functions

void update (const summary< T > &)
 

Public Attributes

unsigned best_run = 0
 
distribution< fitness_tfd = {}
 
std::set< unsigned > good_runs = {}
 
summary< T > overall = {}
 
unsigned runs = 0
 index of the run giving the best solution More...
 

Detailed Description

template<class T>
struct vita::search_stats< T >

Definition at line 24 of file search.h.

Member Data Documentation

◆ best_run

template<class T >
unsigned vita::search_stats< T >::best_run = 0

Definition at line 32 of file search.h.

◆ fd

template<class T >
distribution<fitness_t> vita::search_stats< T >::fd = {}

Definition at line 29 of file search.h.

◆ good_runs

template<class T >
std::set<unsigned> vita::search_stats< T >::good_runs = {}

Definition at line 30 of file search.h.

◆ overall

template<class T >
summary<T> vita::search_stats< T >::overall = {}

Definition at line 28 of file search.h.

◆ runs

template<class T >
unsigned vita::search_stats< T >::runs = 0

index of the run giving the best solution

Definition at line 33 of file search.h.


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