#include <mutation_strategy.hpp>
Definition at line 39 of file mutation_strategy.hpp.
◆ MutationStrategy()
| lbann::ltfb::MutationStrategy::MutationStrategy |
( |
| ) |
|
|
inline |
◆ ~MutationStrategy()
| virtual lbann::ltfb::MutationStrategy::~MutationStrategy |
( |
| ) |
|
|
virtualdefault |
◆ mutate()
| virtual void lbann::ltfb::MutationStrategy::mutate |
( |
model & |
m, |
|
|
const int & |
step |
|
) |
| |
|
pure virtual |
Apply a change to the model.
- Parameters
-
| [in,out] | m | The model to change. |
| [in] | step | The current execution step in LTFB |
The documentation for this class was generated from the following file: