#include "standard.h"
#include "problem.h"
#include "func.h"
#include "opt.h"
Go to the source code of this file.
Classes | |
class | Sampling |
Class to generate a sample set. More... | |
class | Sampling_Vertices |
Sampling technique to generate points at vertices. More... | |
class | SimpleEquationSolver |
Simple algorithm to solve the equation f==0 over a box. More... | |
class | Sampling_check |
Class to check an existing sample set, if a constraint is fullfilled. More... | |
class | Sampling_Minimizer |
Computing sample point by minimizing a given function, starting from the point from a sample set with the lowest sample function value. More... |