![]() | CustomAnnealingSchedule Class |
Namespace: CenterSpace.NMath.Core
The CustomAnnealingSchedule type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomAnnealingSchedule |
Internal use only.
|
![]() | CustomAnnealingSchedule(Int32, DoubleVector) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, Double) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, DoubleVector) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, Double) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, DoubleVector, Double) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, Double, Double) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, DoubleVector, Double) |
Constructs a CustomAnnealingSchedule instance.
|
![]() | CustomAnnealingSchedule(Int32, Double, Double) |
Constructs a CustomAnnealingSchedule instance.
|
Name | Description | |
---|---|---|
![]() | Iterations |
Gets and sets the iterations at each step.
|
![]() | Steps |
Gets the number of steps in the schedule.
(Inherited from AnnealingScheduleBase.) |
![]() | Temperatures |
Gets and sets the temperatures at each step.
|
![]() | Tolerance |
Gets and sets the error tolerance used in computing minima estimates.
(Inherited from AnnealingScheduleBase.) |
![]() | TotalIterations |
Gets and sets the total number of iterations in this schedule.
(Overrides AnnealingScheduleBaseTotalIterations.) |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of this schedule.
(Overrides AnnealingScheduleBaseClone.) |
![]() | Equals |
Tests for equality of this schedule with another schedule.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns an integer hash code for this schedule.
(Overrides ObjectGetHashCode.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator. Tests for equality of two schedules.
|
![]() ![]() | Inequality |
Inequality operator. Tests for inequality of two schedules.
|
Name | Description | |
---|---|---|
![]() | currentStep_ |
Current step.
(Inherited from AnnealingScheduleBase.) |
![]() | steps_ |
Total steps.
(Inherited from AnnealingScheduleBase.) |
![]() | tolerance_ |
Tolerance.
(Inherited from AnnealingScheduleBase.) |
![]() | totalIters_ |
Total iterations.
(Inherited from AnnealingScheduleBase.) |