Click or drag to resize

SearchAlgorithmDiscreteFactor Class

The discrete continuous factor class.
Inheritance Hierarchy
SystemObject
  FinMath.MachineLearning.EvolutionaryAlgorithmsSearchAlgorithmContinuousFactor
    FinMath.MachineLearning.EvolutionaryAlgorithmsSearchAlgorithmDiscreteFactor

Namespace:  FinMath.MachineLearning.EvolutionaryAlgorithms
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public class DiscreteFactor : SearchAlgorithmContinuousFactor, 
	SearchAlgorithmIFactor, SearchAlgorithmICountableFactor

The SearchAlgorithmDiscreteFactor type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
The points count.
Public propertyFrom
The continuous factor start boundary.
(Inherited from SearchAlgorithmContinuousFactor.)
Public propertyLogSpace
True: numbers spaced evenly on a log scale. False: numbers spaced evenly on a linear scale.
(Inherited from SearchAlgorithmContinuousFactor.)
Public propertyName
The factor name.
(Inherited from SearchAlgorithmContinuousFactor.)
Public propertyStep
The step between points.
Public propertyTo
The continuous factor end boundary.
(Inherited from SearchAlgorithmContinuousFactor.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also