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

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

#include <MutFactory.h>

Public Member Functions

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

Detailed Description

template<class S>
class MutFactory< S >

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

Template Parameters
Problem
S

Member Function Documentation

◆ create()

template<class S >
unique_ptr<Mutation<S> > MutFactory< S >::create ( MutType  type)
inline

Creates a unique pointer to a Mutation Operator of type.

Parameters
type
Returns

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