Sampling_Minimizer Class Reference
Computing sample point by minimizing a given function, starting from the point from a sample set with the lowest sample function value.
More...
#include <sampling.h>
List of all members.
Detailed Description
Computing sample point by minimizing a given function, starting from the point from a sample set with the lowest sample function value.
- Parameters:
-
| sample | set minimizer options 0 or 1 default 0 level 1 If 1, tries to find a minimizer of the function and adds this one to the sample set. |
| Sampling | Minimizer snopt nospecs options 0 or 1 default 0 |
| Sampling | Minimizer snopt specs options filename default resource/superbasic.snopt |
Definition at line 260 of file sampling.h.
Constructor & Destructor Documentation
Sampling_Minimizer::Sampling_Minimizer |
( |
Pointer< Param > |
param_ = NULL , |
|
|
char * |
param_prefix = NULL | |
|
) |
| | |
(Default-)Constructor.
- Parameters:
-
| param | Parameters. |
| param_prefix | A prefix for the parameter names. |
Member Function Documentation
Uses the best sample point to start the search of a minimizer of a function to add this to the sample set.
- Parameters:
-
| sample_set | A sample set to pick a starting point from. |
| f | The function to minimize. |
| lower | Lower bounds of variables. |
| upper | Upper bounds of variables. |
- Returns:
- True, if a minimizer was found and added. False, else.
Member Data Documentation
The documentation for this class was generated from the following file: