dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
Novelty Search factory which allows the user to create Novelty Search algorithms on the go. More...
#include <NSFactory.h>
Public Member Functions | |
unique_ptr< NoveltySearch< S > > | create (NSType type, unique_ptr< Distance< float >> dist, const float &thres, const float &finalThresh, const int k, bool warmUp) |
Creates a unique pointer to a Novelty Search algorithm of given type. Variants are available at NSType. More... | |
Novelty Search factory which allows the user to create Novelty Search algorithms on the go.
S |
|
inline |
Creates a unique pointer to a Novelty Search algorithm of given type. Variants are available at NSType.
type |