IMP Reference Guide
2.11.0
The Integrative Modeling Platform
|
Base class for all optimizers. More...
#include <IMP/kernel_config.h>
#include "base_types.h"
#include <IMP/Object.h>
#include "utility.h"
#include "Model.h"
#include "Particle.h"
#include "ModelObject.h"
#include <IMP/Pointer.h>
#include "OptimizerState.h"
#include <IMP/Vector.h>
#include <limits>
#include <cmath>
Go to the source code of this file.
Classes | |
class | IMP::Optimizer |
Base class for all optimizers. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
Typedefs | |
typedef IMP::Vector < IMP::Pointer< Optimizer > > | IMP::Optimizers |
typedef IMP::Vector < IMP::WeakPointer< Optimizer > > | IMP::OptimizersTemp |
Base class for all optimizers.
Copyright 2007-2019 IMP Inventors. All rights reserved.
Definition in file Optimizer.h.