![]() |
Rosetta
2021.16
|
#include <EntityRandomizer.hh>

Public Member Functions | |
| ~DiscreteRandomizer () override | |
| virtual void | add_choice (EntityElementOP const &choice) |
| virtual void | set_choices (EntityElements const &choices) |
| void | mutate (Entity &entity) override |
| core::Size | library_size () const override |
| virtual EntityElements const & | choices () const |
Public Member Functions inherited from protocols::genetic_algorithm::EntityRandomizer | |
| EntityRandomizer () | |
| ~EntityRandomizer () override | |
| virtual EntityOP | random_entity () |
| virtual void | crossover (Entity &entity1, Entity &entity2) |
| randomly swap [1, N-1] traits between two entities More... | |
| virtual core::Size | entity_length () const |
| virtual void | set_mutation_rate (core::Real rate) |
| virtual core::Real | mutation_rate () const |
| virtual EntityCOP | entity_template () const |
| virtual void | set_entity_template (EntityCOP entity) |
Private Attributes | |
| EntityElements | choices_ |
Additional Inherited Members | |
Public Types inherited from protocols::genetic_algorithm::EntityRandomizer | |
| typedef utility::pointer::shared_ptr < EntityRandomizer > | OP |
| typedef utility::pointer::shared_ptr < EntityRandomizer const > | COP |
| typedef Entity::OP | EntityOP |
| typedef Entity::COP | EntityCOP |
Protected Member Functions inherited from protocols::genetic_algorithm::EntityRandomizer | |
| virtual void | set_entity_length (core::Size length) |
|
overridedefault |
|
virtual |
References choices_.
|
virtual |
References choices_.
Referenced by set_choices().
|
overridevirtual |
Implements protocols::genetic_algorithm::EntityRandomizer.
References choices_, and protocols::genetic_algorithm::EntityRandomizer::entity_length().
|
overridevirtual |
|
virtual |
|
private |
Referenced by add_choice(), choices(), library_size(), mutate(), and set_choices().
1.8.7