Click or drag to resize

DirectSearchType Enumeration

Type of direct search method.

Namespace:  FinMath.MachineLearning.EvolutionaryAlgorithms
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum DirectSearchType
Members
  Member nameValueDescription
CrossEntropy100 The cross-entropy loss function.
CMSA101 See the "Covariance Matrix Adaptation Revisited: The CMSA Evolution Strategy" paper.
VDCMA102 See the "Comparison-Based Natural Gradient Optimization in High Dimension" paper.
SimplexDownhill103 The Nelder-Mead Simplex Downhill Method (https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method).
See Also