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

Replacement Factory which allows the user to easily create Replacement Operators. More...

#include <RepFactory.h>

Public Member Functions

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

Detailed Description

template<class S>
class RepFactory< S >

Replacement Factory which allows the user to easily create Replacement Operators.

Template Parameters
S

Member Function Documentation

◆ create()

template<class S >
unique_ptr<Replacement<S> > RepFactory< S >::create ( ReplacementTypes  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: