ResultSets.h File Reference
#include <ostream>

Go to the source code of this file.

Classes

struct  shark::ResultSet< SearchPointT, ResultT >
 
struct  shark::SingleObjectiveResultSet< SearchPointTypeT >
 Result set for single objective algorithm. More...
 
struct  shark::ValidatedSingleObjectiveResultSet< SearchPointTypeT >
 Result set for validated points. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<typename T , typename U >
ResultSet< T, U > shark::makeResultSet (T const &t, U const &u)
 Generates a typed solution given the search point and the corresponding objective function value. More...
 
template<class SearchPoint , class Result >
std::ostream & shark::operator<< (std::ostream &out, ResultSet< SearchPoint, Result > const &solution)
 
template<class SearchPoint >
std::ostream & shark::operator<< (std::ostream &out, ValidatedSingleObjectiveResultSet< SearchPoint > const &solution)