IMP logo
IMP Reference Guide  2.24.0
The Integrative Modeling Platform
PeriodicOptimizerState.h
Go to the documentation of this file.
1 /**
2  * \file IMP/core/PeriodicOptimizerState.h
3  * \brief Shared optimizer state.
4  *
5  * Copyright 2007-2026 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPCORE_PERIODIC_OPTIMIZER_STATE_H
10 #define IMPCORE_PERIODIC_OPTIMIZER_STATE_H
11 
12 #include <IMP/core/core_config.h>
13 #include <IMP/OptimizerState.h>
14 
15 IMPCORE_DEPRECATED_HEADER(2.24, "Use IMP/OptimizerState.h instead")
16 
17 IMPCORE_BEGIN_NAMESPACE
18 
19 typedef OptimizerState PeriodicOptimizerState;
20 
21 IMPCORE_END_NAMESPACE
22 
23 #endif /* IMPCORE_PERIODIC_OPTIMIZER_STATE_H */
Shared optimizer state.