Darwin Neuroevolution Framework
Public Member Functions | List of all members
darwin::PopulationFactory Class Referenceabstract

Interface to a population factory. More...

#include <darwin.h>

Inheritance diagram for darwin::PopulationFactory:
core::ModuleFactory core::NonCopyable

Public Member Functions

virtual unique_ptr< Populationcreate (const core::PropertySet &config, const Domain &domain)=0
 Creates a new population.
 
virtual unique_ptr< core::PropertySetdefaultConfig (ComplexityHint hint) const =0
 Returns a default set of properties.
 

Detailed Description

Interface to a population factory.


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