|
Darwin Neuroevolution Framework
|
Roulette wheel selection configuration. More...
#include <roulette_selection.h>
Public Attributes | |
| float | min_fitness = 0.0f |
| "Minimum fitness for the genotypes participating the selection" | |
| float | elite_percentage = 0.1f |
| "Elite percentage" | |
| float | elite_min_fitness = 0.0f |
| "Elite minimum fitness" | |
| bool | mutation_only = false |
| "Use only mutation (no crossover)" | |
Additional Inherited Members | |
Public Member Functions inherited from core::PropertySet | |
| vector< Property * > | properties () |
| Accessor to the list of properties. | |
| vector< const Property * > | properties () const |
| Accessor to the list of properties. | |
| void | resetToDefaultValues () |
| Resets all the properties to the default values. | |
| void | copyFrom (const PropertySet &src) |
| Transfer values between two property sets. | |
| void | seal (bool sealed=true) |
| After sealing a PropertySet, all attempts to modify it through the Property interface will throw an exception (even if setting to the same value) | |
| bool | sealed () const |
Returns true if the property set is sealed. | |
| void | onPropertyChange (const Property *property) |
| Called before updating a property value. | |
| json | toJson () const |
| Serialize all the properties to a json object. More... | |
| void | fromJson (const json &json_obj) |
| Deserialize a set of properties from a json object. More... | |
Roulette wheel selection configuration.
1.8.14