![]() | Stochastic |
The StochasticHillClimbingSolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExceptionMessage |
If the solver result is SolverResult.UnexpectedException
gets the exception message property.
(Inherited from ConstrainedOptimizer) |
![]() | OptimalObjectiveFunctionValue |
Gets the optimal objective function value if the solve result is
SolverResult.Optimal, or the current solution value if the result is
SolverResult.SolutionFeasibleButNotOptimal
Otherwise the value is Double.NaN.
(Inherited from ConstrainedOptimizer) |
![]() | OptimalX |
Gets the optimal value if the solve result is SolverResult.Optimal,
or the current solution value if the result is
SolverResult.SolutionFeasibleButNotOptimal
Contains an empty vector otherwise.
(Inherited from ConstrainedOptimizer) |
![]() | RandomSeed | Sets the random seed that (re)initializes the random number sequence generation. |
![]() | Result |
Gets the result of the most recent solve attempt.
(Inherited from ConstrainedOptimizer) |
![]() | Steps | Gets the number of steps performed by the solver during the most recent solve attempt. |