NOMAD Source
Version 4.0.0 Beta
|
#include "../../Algos/MegaIteration.hpp"
#include "../../nomad_nsbegin.hpp"
#include "../../nomad_nsend.hpp"
Go to the source code of this file.
Classes | |
class | MadsMegaIteration |
Class for the mega iterations of MADS. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const MadsMegaIteration &megaIteration) |
std::istream & | operator>> (std::istream &is, MadsMegaIteration &megaIteration) |
Get an MegaIteration values from a stream. More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const MadsMegaIteration & | megaIteration | ||
) |
Display useful values so that a new MegaIteration could be constructed using these values.
std::istream& operator>> | ( | std::istream & | is, |
MadsMegaIteration & | megaIteration | ||
) |
Get an MegaIteration values from a stream.