dignea  1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
SelFactory< S > Class Template Reference

Selection factory which allows the user to create Selection Operators easily. More...

#include <SelFactory.h>

Public Member Functions

unique_ptr< Selection< S > > create (SelType type)
 Creates a unique pointer to a Selection Operator of type. More...
 

Detailed Description

template<class S>
class SelFactory< S >

Selection factory which allows the user to create Selection Operators easily.

Template Parameters
S

Member Function Documentation

◆ create()

template<class S >
unique_ptr<Selection<S> > SelFactory< S >::create ( SelType  type)
inline

Creates a unique pointer to a Selection Operator of type.

Parameters
type
Returns

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