#include <ostream>
Go to the source code of this file.
|
| 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) |
| |