Samples a random point. More...
#include <shark/Algorithms/DirectSearch/Indicators/LeastContributorApproximator.h>
Public Member Functions | |
template<typename Set > | |
bool | operator() (const Set &s, typename Set::iterator point) |
Samples a random point and checks whether it is dominated or not. More... | |
Samples a random point.
Definition at line 56 of file LeastContributorApproximator.h.
|
inline |
Samples a random point and checks whether it is dominated or not.
Set | The type of the set of points. |
[in] | s | The set of individuals to check the sampled point against. |
[in] | point | Iterator to the point in the supplied that shall serve as basis for the random point. |
Definition at line 70 of file LeastContributorApproximator.h.
References shark::uni().