#include <shark/Core/INameable.h>#include <shark/Core/Exception.h>#include <shark/Core/Flags.h>#include <shark/LinAlg/Base.h>#include <shark/ObjectiveFunctions/AbstractConstraintHandler.h>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 |