#include <shark/Algorithms/AbstractSingleObjectiveOptimizer.h>
#include <shark/Core/ResultSets.h>
#include <shark/Models/AbstractModel.h>
#include <shark/ObjectiveFunctions/ErrorFunction.h>
#include <shark/Algorithms/Trainers/AbstractTrainer.h>
#include <shark/Algorithms/StoppingCriteria/AbstractStoppingCriterion.h>
Go to the source code of this file.
Classes | |
class | shark::OptimizationTrainer< Model, LabelTypeT > |
Wrapper for training schemes based on (iterative) optimization. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |