highprecisionpso::SearchSpaceBound Class Reference
This class can store information about where the bounds of the objective function are. More...
#include <function.h>
Public Attributes | |
| int | dimension_from |
| Lowest affected dimension id. More... | |
| int | dimension_to |
| Highest affected dimension id. More... | |
| double | lower_search_space_bound |
| Lower bound of the search space. More... | |
| double | upper_search_space_bound |
| Upper bound of the search space. More... | |
Detailed Description
This class can store information about where the bounds of the objective function are.
Member Data Documentation
| int highprecisionpso::SearchSpaceBound::dimension_from |
Lowest affected dimension id.
| int highprecisionpso::SearchSpaceBound::dimension_to |
Highest affected dimension id.
| double highprecisionpso::SearchSpaceBound::lower_search_space_bound |
Lower bound of the search space.
| double highprecisionpso::SearchSpaceBound::upper_search_space_bound |
Upper bound of the search space.
The documentation for this class was generated from the following file:
- src/function/function.h

1.8.11