AbstractObjectiveFunction.h File Reference

Go to the source code of this file.

Classes

class  shark::AbstractObjectiveFunction< PointType, ResultT >
 Super class of all objective functions for optimization and learning. More...
 
struct  shark::AbstractObjectiveFunction< PointType, ResultT >::SecondOrderDerivative
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Typedefs

typedef AbstractObjectiveFunction< RealVector, double > shark::SingleObjectiveFunction
 
typedef AbstractObjectiveFunction< RealVector, RealVector > shark::MultiObjectiveFunction