NOMAD Source  Version 4.0.0 Beta
LHSearchType.hpp File Reference

Type for parameter LH_SEARCH. More...

#include <string>
#include <sstream>
#include "../nomad_nsbegin.hpp"
#include "../nomad_nsend.hpp"
Include dependency graph for LHSearchType.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LHSearchType
 Class for handling the types of LH search. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const LHSearchType &lhsearch)
 

Detailed Description

Type for parameter LH_SEARCH.

Author
Viviane Rochon Montplaisir
Date
January 2019
See also
LHSearchType.cpp

Definition in file LHSearchType.hpp.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const LHSearchType lhsearch 
)
inline

Definition at line 123 of file LHSearchType.hpp.

124 {
125  os << lhsearch.getNbInitial() << " " << lhsearch.getNbIteration();
126 
127  return os;
128 }
LHSearchType::getNbInitial
size_t getNbInitial() const
Number of initial LH search points.
Definition: LHSearchType.hpp:94
LHSearchType::getNbIteration
size_t getNbIteration() const
Number of secondary LH search points at each iteration.
Definition: LHSearchType.hpp:100