Vita
Public Attributes | List of all members
vita::environment::statistics Struct Reference

Public Attributes

std::filesystem::path dir = {}
 A base common path for the log files. More...
 
std::filesystem::path dynamic_file = {}
 Name of the log file used to save real-time information. More...
 
std::filesystem::path layers_file = {}
 Name of the log file used to save layer-specific information. More...
 
std::filesystem::path population_file = {}
 Name of the log file used to save population-specific information. More...
 
std::filesystem::path summary_file = {}
 Name of the log file used to save a summary report. More...
 
An empty string disable savings.

Name of the file used to save test results.

std::filesystem::path test_file = {}
 
out::print_format_t ind_format = out::list_f
 Default rendering format used to print an individual. More...
 

Detailed Description

Definition at line 229 of file environment.h.

Member Data Documentation

◆ dir

std::filesystem::path vita::environment::statistics::dir = {}

A base common path for the log files.

Note
A single log file can overwrite this path specifying an absolute path.

Definition at line 234 of file environment.h.

◆ dynamic_file

std::filesystem::path vita::environment::statistics::dynamic_file = {}

Name of the log file used to save real-time information.

Note
An empty string disable logging.

Definition at line 238 of file environment.h.

◆ ind_format

out::print_format_t vita::environment::statistics::ind_format = out::list_f

Default rendering format used to print an individual.

Definition at line 259 of file environment.h.

◆ layers_file

std::filesystem::path vita::environment::statistics::layers_file = {}

Name of the log file used to save layer-specific information.

Note
An empty string disable logging.

Definition at line 242 of file environment.h.

◆ population_file

std::filesystem::path vita::environment::statistics::population_file = {}

Name of the log file used to save population-specific information.

Note
An empty string disable logging.
Warning
Enabling this log with large populations has a big performance impact.

Definition at line 248 of file environment.h.

◆ summary_file

std::filesystem::path vita::environment::statistics::summary_file = {}

Name of the log file used to save a summary report.

Note
An empty string disable logging.

Definition at line 252 of file environment.h.

◆ test_file

std::filesystem::path vita::environment::statistics::test_file = {}

Definition at line 256 of file environment.h.


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