#include <mutation_strategy.hpp>
|
| | NullMutation ()=default |
| |
| void | mutate (model &m, const int &step) final |
| |
| std::unique_ptr< NullMutation > | clone () const |
| | Return an exception-safe, memory-safe copy of this object. More...
|
| |
Definition at line 53 of file mutation_strategy.hpp.
◆ NullMutation()
| lbann::ltfb::NullMutation::NullMutation |
( |
| ) |
|
|
default |
◆ mutate()
| void lbann::ltfb::NullMutation::mutate |
( |
model & |
m, |
|
|
const int & |
step |
|
) |
| |
|
inlinefinal |
The documentation for this class was generated from the following file: