Structure holding all parameters affecting mutations of Truncation Selection.
More...
#include <selectionParameters.h>
|
|
uint64_t | sizeTournament = 5 |
| | Size of tournament if tournament selection is used.
|
| |
| double | ratioSavedRoots = 0.5 |
| |
|
bool | areElitesReproductible = false |
| | Indicates if the elites are used in the reproduction process.
|
| |
Structure holding all parameters affecting mutations of Truncation Selection.
◆ areElitesReproductibleComment
| const std::string Selector::TournamentParameters::areElitesReproductibleComment |
|
inlinestatic |
Initial value:=
"// Indicates if the elites are used in the reproduction process.\n"
"// \"areElitesReproductible\" : false, // Default value"
JSon comment.
◆ ratioSavedRoots
| double Selector::TournamentParameters::ratioSavedRoots = 0.5 |
Percentage of root TPGVertex saved from the tournament at each generation.
◆ ratioSavedRootsComment
| const std::string Selector::TournamentParameters::ratioSavedRootsComment |
|
inlinestatic |
Initial value:=
"// Percentage of root TPGVertex saved from the tournament at each "
"generation.\n"
"// \"ratioSavedRoots\" : 0.05, // Default value"
JSon comment.
◆ sizeTournamentComment
| const std::string Selector::TournamentParameters::sizeTournamentComment |
|
inlinestatic |
Initial value:=
"// Size of tournament if tournament selection is used.\n"
"// \"sizeTournament\" : 5, // Default value"
JSon comment.
The documentation for this struct was generated from the following file: