|
Darwin Neuroevolution Framework
|
Tournament configurations. More...
#include <tournament_implementations.h>
Public Attributes | |
| SimpleTournamentConfig | simple_tournament |
| Variant case for TournamentType::Simple. | |
| SwissTournamentConfig | swiss_tournament |
| Variant case for TournamentType::Swiss. | |
Additional Inherited Members | |
Public Member Functions inherited from core::PropertySetVariant< TournamentType > | |
| TournamentType | tag () const |
| The tag value indicating the active PropertySet case. | |
| void | selectCase (TournamentType tag) |
| Selects the active PropertySet case. | |
| const PropertySet * | activeCase () const |
| Returns the active PropertySet. | |
| PropertySet * | activeCase () |
| Returns the active PropertySet. | |
| json | toJson () const |
| Serialize to a json object. More... | |
| void | fromJson (const json &json_obj) |
| Deserialize from a json object. More... | |
| void | copyFrom (const PropertySetVariant &src) |
| Transfer values between two property set variants. | |
Tournament configurations.
1.8.14