Changeset 14702 for branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionReheatingOperator.cs
- Timestamp:
- 02/24/17 18:48:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionReheatingOperator.cs
r14555 r14702 16 16 namespace HeuristicLab.Algorithms.SimulatedAnnealing 17 17 { 18 [Item("ConsecutiveRejectionReheatingOperator", "The operator reheats the temperature by x when nconsecutive solutions are rejected.")]18 [Item("ConsecutiveRejectionReheatingOperator", "The operator reheats the temperature by X when N consecutive solutions are rejected.")] 19 19 [StorableClass] 20 20 public class ConsecutiveRejectionReheatingOperator : SingleSuccessorOperator, IReheatingOperator
Note: See TracChangeset
for help on using the changeset viewer.