CrossEntropy Class |
Namespace: FinMath.MachineLearning.EvolutionaryAlgorithms
public class CrossEntropy : BaseOptimizer
The CrossEntropy type exposes the following members.
Name | Description | |
---|---|---|
CrossEntropy | Initializes a new instance of the CrossEntropy class |
Name | Description | |
---|---|---|
InitialVariance |
The start point initial variance. The elements number must equals to
the start point dimension. By default the initial variance on each dimension is set to 100.
| |
MinimizationSteps |
Overall minimization steps number.
(Inherited from BaseOptimizer.) | |
Parallelize |
Use multiple threads to find objective function minimum.
| |
PopulationSize |
The population size (number of function estimations on one step).
| |
RestartCount |
The minimization process restarts number.
(Inherited from BaseOptimizer.) | |
SelectionSize |
The selection size (the number of points from population, selected to create new step).
| |
SolutionPoint |
The best found solution point.
(Inherited from BaseOptimizer.) | |
SolutionStep |
The step number where the best solution found.
(Inherited from BaseOptimizer.) | |
SolutionValue |
The best found objective function value.
(Inherited from BaseOptimizer.) | |
TerminationDelegate |
The user's stop criterion function.
(Inherited from BaseOptimizer.) | |
TerminationIterations |
The maximum optimization iterations number.
(Inherited from BaseOptimizer.) | |
TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
(Inherited from BaseOptimizer.) | |
TerminationTimeout |
The algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
(Inherited from BaseOptimizer.) |
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.) | |
Optimize |
Minimization method.
(Overrides BaseOptimizerOptimize(BaseOptimizerObjectiveDelegateType, Vector).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |