#include "eon/Optimizer.h"#include "eon/BaseStructures.h"#include "eon/ConjugateGradients.h"#include "eon/FIRE.h"#include "eon/LBFGS.h"#include "eon/Quickmin.h"#include "eon/SteepestDescent.h"Go to the source code of this file.
Namespaces | |
| namespace | eonc |
| RAII resource manager for the ARTn C library with global synchronization. | |
| namespace | eonc::helpers |
| namespace | eonc::helpers::create |
Functions | |
| std::unique_ptr< Optimizer > | eonc::helpers::create::mkOptim (std::shared_ptr< ObjectiveFunction > a_objf, OptType a_otype, const Parameters &a_params) |