| Scine::Readuct
    6.0.0
    This is the SCINE module ReaDuct. | 
Settings for an ElementaryStepOptimizer. More...
#include <ElementaryStepOptimizerSettings.h>


| Public Member Functions | |
| ElementaryStepOptimizerSettings (const OptimizerType &optimizer, const ConvergenceCheckType &check) | |
| Construct a new ElementaryStepOptimizerSettings object.  More... | |
Settings for an ElementaryStepOptimizer.
Uses template arguments in order to automatically include the settings of underlying objects into the given settings.
| OptimizerType | The underlying Optimizer class. | 
| ConvergenceCheckType | The underlying ConvergenceCheck class. | 
| 
 | inline | 
Construct a new ElementaryStepOptimizerSettings object.
Sets the default values of the settings to the current values set in the objects given to the constructor.
| optimizer | The optimizer. | 
| check | The convergence check criteria. |