Group of optimization algorithms that find the local optimum of a function without using gradient information, only the function values are used.
Collaboration diagram for Single-objective Direct-Search optimizers:Classes | |
| class | shark::CMA |
| Implements the CMA-ES. More... | |
| class | shark::CMSA |
| Implements the CMSA. More... | |
| class | shark::CrossEntropyMethod |
| Implements the Cross Entropy Method. More... | |
| class | shark::ElitistCMA |
| Implements the elitist CMA-ES. More... | |
| class | shark::GridSearch |
| Optimize by trying out a grid of configurations. More... | |
| class | shark::SimplexDownhill |
| Simplex Downhill Method. More... | |
Namespaces | |
| namespace | shark |
| AbstractMultiObjectiveOptimizer. | |