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