AbstractModel.h File Reference

Go to the source code of this file.

Classes

class  shark::AbstractModel< InputTypeT, OutputTypeT, ParameterType >
 Base class for all Models. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class InputType , class OutputType >
void shark::initRandomNormal (AbstractModel< InputType, OutputType > &model, double s)
 Initialize model parameters normally distributed. More...
 
template<class InputType , class OutputType >
void shark::initRandomUniform (AbstractModel< InputType, OutputType > &model, double lower, double upper)
 Initialize model parameters uniformly at random. More...