SearchAlgorithmDiscreteFactor Class | 
          
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
[SerializableAttribute] public class DiscreteFactor : SearchAlgorithmContinuousFactor, SearchAlgorithmIFactor, SearchAlgorithmICountableFactor
The SearchAlgorithmDiscreteFactor type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchAlgorithmDiscreteFactor(String, Double, Double, Boolean, Double) | 
            The discrete continuous factor step constructor.
              | |
| SearchAlgorithmDiscreteFactor(String, Double, Double, Boolean, Int64) | 
            The discrete continuous factor count constructor.
              | 
| Name | Description | |
|---|---|---|
| Count | 
            The points count.
              | |
| From | 
            The continuous factor start boundary.
              (Inherited from SearchAlgorithmContinuousFactor.) | |
| LogSpace | 
            True: numbers spaced evenly on a log scale.
            False: numbers spaced evenly on a linear scale.
              (Inherited from SearchAlgorithmContinuousFactor.) | |
| Name | 
            The factor name.
              (Inherited from SearchAlgorithmContinuousFactor.) | |
| Step | 
            The step between points.
              | |
| To | 
            The continuous factor end boundary.
              (Inherited from SearchAlgorithmContinuousFactor.) | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |