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

Public Attributes

std::size_t code_length = 0
 The number of genes (maximum length of an evolved program in the population). More...
 
std::size_t patch_length = 0
 The number of symbols in the patch section (the tail section of the genome containing only terminals). More...
 

Detailed Description

Definition at line 71 of file environment.h.

Member Data Documentation

◆ code_length

std::size_t vita::environment::mep_parameters::code_length = 0

The number of genes (maximum length of an evolved program in the population).

Code length have to be chosen before population is created and cannot be changed afterwards.

Note
A length of 0 means undefined (auto-tune).

Definition at line 80 of file environment.h.

◆ patch_length

std::size_t vita::environment::mep_parameters::patch_length = 0

The number of symbols in the patch section (the tail section of the genome containing only terminals).

Note
A length of 0 means undefined (auto-tune).

Definition at line 86 of file environment.h.


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