|
BayesOpt
|
Generators for index vectors. More...
#include <algorithm>
Include dependency graph for indexvector.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bayesopt::utils::CUnique |
| Simple class to generate sequences of unique numbers. More... | |
Namespaces | |
| bayesopt | |
| Namespace of the library interface. | |
| bayesopt::utils | |
| Extra utils: math functions, ublas helpers, etc. | |
Functions | |
| std::vector< int > | bayesopt::utils::return_index_vector (size_t n) |
| Generates a vector of indexes (1..n) More... | |
| std::vector< int > | bayesopt::utils::return_index_vector (int a, size_t n) |
| Generates a vector of indexes starting at A and size_t n. More... | |
| void | bayesopt::utils::modify_index_vector (std::vector< int > &arr) |
| Modify a vector of indexes (0..n) More... | |
Generators for index vectors.
Definition in file indexvector.hpp.